Html Css Color HEX #B86412 Chocolate

📋 copy color: '#B86412'

red 184 ◦ green 100 ◦ blue 18

#B86412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #B86412

Tints of Chocolate #B86412

RGB

 RED value IS 184 (72.27% from 255) = 60.93%

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 60.93%
G = 33.11%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B86412 (or 0xB86412) is known color: Chocolate. HEX triplet: B8, 64 and 12. RGB value is (184,100,18). Sum of RGB (Red+Green+Blue) = 184+100+18=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B86412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86412 is #479BED. Grayscale: #747474. Windows color (decimal): -4692974 or 1205432. OLE color: 1205432.

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

Color convert

RGB 184 100 18 -
CMYK 0 0.46 0.90 0.28
HSL 29.64º 0.82% 0.4% -
HSV(B) 29.64º 0.9% 0.72% -
XYZ 24.43 19.35 3.02 -
YUV 115.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 184 100 18 0 0.46 0.90 0.28 29.64 0.82 0.4
Hex B8 64 12 0 2E 5A 1C 1E 52 28
Octal 270 144 22 0 56 132 34 36 122 50
Binary 10111000 1100100 10010 0 101110 1011010 11100 11110 1010010 101000

Color Harmonies of #B86412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86412

Black with #B86412

Text Example


Text Example

White with #B86412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86412; }

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

 H1.HeaderClassName
 {
   color: #B86412;
 }
 .AnyTagClassName
 {
   color: #B86412;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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