#B96412

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

Shades of Chocolate #B96412

Tints of Chocolate #B96412

Color information

#B96412 (or 0xB96412) is unknown color: approx Chocolate. HEX triplet: B9, 64 and 12. RGB value is (185,100,18). Sum of RGB (Red+Green+Blue) = 185+100+18=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B96412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96412 is #469BED. Grayscale: #747474. Windows color (decimal): -4627438 or 1205433. OLE color: 1205433.

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

Color convert

RGB18510018-
CMYK00.460.900.27
HSL29.46º82.27%39.8%-
HSV(B)29.46º90.27%72.55%-
XYZ24.6719.473.03-
YUV116.0772.66177.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=61.06%
G=33.00%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851001800.460.900.2729.4682.2739.8
HexB9641202E5A1B1d5228
Octal27114422056132333512250
Binary101110011100100100100101110101101011011111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96412; }

 p { color: rgb(185,100,18); }

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

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

 a { background-color: rgb(185,100,18); }

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

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

 span { border-color: rgb(185,100,18); }

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