#B96146

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

Shades of Flame Pea #B96146

Tints of Flame Pea #B96146

Color information

#B96146 (or 0xB96146) is unknown color: approx Flame Pea. HEX triplet: B9, 61 and 46. RGB value is (185,97,70). Sum of RGB (Red+Green+Blue) = 185+97+70=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B96146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96146 is #469EB9. Grayscale: #787878. Windows color (decimal): -4628154 or 4612537. OLE color: 4612537.

HSL color Cylindrical-coordinate representation of color #B96146: hue angle of 14.09º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B96146 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB1859770-
CMYK00.480.620.27
HSL14.09º45.1%50%-
HSV(B)14.09º62.16%72.55%-
XYZ25.3919.318.18-
YUV120.2399.65174.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=52.56%
G=27.56%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185977000.480.620.2714.0945.150
HexB961460303E1Be2d32
Octal2711411060607633165562
Binary10111001110000110001100110000111110110111110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96146; }

 p { color: rgb(185,97,70); }

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

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

 a { background-color: rgb(185,97,70); }

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

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

 span { border-color: rgb(185,97,70); }

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