#B95A42

Color #B95A42 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B95A42

Tints of Flame Pea #B95A42

Color information

#B95A42 (or 0xB95A42) is unknown color: approx Flame Pea. HEX triplet: B9, 5A and 42. RGB value is (185,90,66). Sum of RGB (Red+Green+Blue) = 185+90+66=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95A42 is #46A5BD. Grayscale: #737373. Windows color (decimal): -4629950 or 4348601. OLE color: 4348601.

HSL color Cylindrical-coordinate representation of color #B95A42: hue angle of 12.1º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B95A42 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1859066-
CMYK00.510.640.27
HSL12.1º47.41%49.22%-
HSV(B)12.1º64.32%72.55%-
XYZ24.6518.027.33-
YUV115.6799.97177.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=54.25%
G=26.39%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185906600.510.640.2712.147.4149.22
HexB95A42033401Bc2f31
Octal27113210206310033145761
Binary101110011011010100001001100111000000110111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A42; }

 p { color: rgb(185,90,66); }

 H1.HeaderClassName
 {
   color: #B95A42;
 }
 .AnyTagClassName
 {
   color: #B95A42;
 }
</style>
background-color css

<style>
 a { background-color: #B95A42; }

 a { background-color: rgb(185,90,66); }

 div.DivClassName
 {
   background-color: #B95A42;
 }
 .BgClassName
 {
   background-color: #B95A42;
 }
</style>
border-color css

<style>
 span { border-color: #B95A42; }

 span { border-color: rgb(185,90,66); }

 td.TdClassName
 {
   border-color: #B95A42;
 }
 .TagClassName
 {
   border-color: #B95A42;
 }
</style>