#B86212

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

Shades of Chocolate #B86212

Tints of Chocolate #B86212

Color information

#B86212 (or 0xB86212) is unknown color: approx Chocolate. HEX triplet: B8, 62 and 12. RGB value is (184,98,18). Sum of RGB (Red+Green+Blue) = 184+98+18=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B86212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86212 is #479DED. Grayscale: #737373. Windows color (decimal): -4693486 or 1204920. OLE color: 1204920.

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

Color convert

RGB1849818-
CMYK00.470.900.28
HSL28.92º82.18%39.61%-
HSV(B)28.92º90.22%72.16%-
XYZ24.2418.972.96-
YUV114.5973.49177.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.33%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 18 (7.42% from 255) = 6%
R=61.33%
G=32.67%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184981800.470.900.2828.9282.1839.61
HexB8621202F5A1C1d5228
Octal27014222057132343512250
Binary101110001100010100100101111101101011100111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86212; }

 p { color: rgb(184,98,18); }

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

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

 a { background-color: rgb(184,98,18); }

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

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

 span { border-color: rgb(184,98,18); }

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