#b96042

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

Shades of Flame Pea #B96042

Tints of Flame Pea #B96042

Color information

#B96042 (or 0xB96042) is unknown color: approx Flame Pea. HEX triplet: B9, 60 and 42. RGB value is (185,96,66). Sum of RGB (Red+Green+Blue) = 185+96+66=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B96042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96042 is #469FBD. Grayscale: #777777. Windows color (decimal): -4628414 or 4350137. OLE color: 4350137.

HSL color Cylindrical-coordinate representation of color #B96042: hue angle of 15.13º 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 #B96042 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1859666-
CMYK00.480.640.27
HSL15.13º47.41%49.22%-
HSV(B)15.13º64.32%72.55%-
XYZ25.1719.077.51-
YUV119.1997.99174.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=53.31%
G=27.67%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185966600.480.640.2715.1347.4149.22
HexB96042030401Bf2f31
Octal27114010206010033175761
Binary101110011100000100001001100001000000110111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96042; }

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

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

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

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

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

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

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

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