#B96345

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

Shades of Flame Pea #B96345

Tints of Flame Pea #B96345

Color information

#B96345 (or 0xB96345) is unknown color: approx Flame Pea. HEX triplet: B9, 63 and 45. RGB value is (185,99,69). Sum of RGB (Red+Green+Blue) = 185+99+69=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B96345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96345 is #469CBA. Grayscale: #797979. Windows color (decimal): -4627643 or 4547513. OLE color: 4547513.

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

Color convert

RGB1859969-
CMYK00.460.630.27
HSL15.52º45.67%49.8%-
HSV(B)15.52º62.7%72.55%-
XYZ25.5419.678.08-
YUV121.2998.49173.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 69 (27.34% from 255) = 19.55%
R=52.41%
G=28.05%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185996900.460.630.2715.5245.6749.8
HexB9634502E3F1B102e32
Octal2711431050567733205662
Binary101110011100011100010101011101111111101110000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96345; }

 p { color: rgb(185,99,69); }

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

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

 a { background-color: rgb(185,99,69); }

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

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

 span { border-color: rgb(185,99,69); }

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