#B96512

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

Shades of Chocolate #B96512

Tints of Chocolate #B96512

Color information

#B96512 (or 0xB96512) is unknown color: approx Chocolate. HEX triplet: B9, 65 and 12. RGB value is (185,101,18). Sum of RGB (Red+Green+Blue) = 185+101+18=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B96512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96512 is #469AED. Grayscale: #757575. Windows color (decimal): -4627182 or 1205689. OLE color: 1205689.

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

Color convert

RGB18510118-
CMYK00.450.900.27
HSL29.82º82.27%39.8%-
HSV(B)29.82º90.27%72.55%-
XYZ24.7719.673.06-
YUV116.6572.33176.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.86%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 18 (7.42% from 255) = 5.92%
R=60.86%
G=33.22%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851011800.450.900.2729.8282.2739.8
HexB9651202D5A1B1e5228
Octal27114522055132333612250
Binary101110011100101100100101101101101011011111101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96512; }

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

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

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

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

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

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

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

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