Html Css Color HEX #B86312 Chocolate

📋 copy color: '#B86312'

red 184 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #B86312

Tints of Chocolate #B86312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 61.13%
G = 32.89%
B = 5.98%

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

#B86312 (or 0xB86312) is known color: Chocolate. HEX triplet: B8, 63 and 12. RGB value is (184,99,18). Sum of RGB (Red+Green+Blue) = 184+99+18=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B86312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86312 is #479CED. Grayscale: #737373. Windows color (decimal): -4693230 or 1205176. OLE color: 1205176.

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

Color convert

RGB 184 99 18 -
CMYK 0 0.46 0.90 0.28
HSL 29.28º 0.82% 0.4% -
HSV(B) 29.28º 0.9% 0.72% -
XYZ 24.34 19.16 2.99 -
YUV 115.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 184 99 18 0 0.46 0.90 0.28 29.28 0.82 0.4
Hex B8 63 12 0 2E 5A 1C 1D 52 28
Octal 270 143 22 0 56 132 34 35 122 50
Binary 10111000 1100011 10010 0 101110 1011010 11100 11101 1010010 101000

Color Harmonies of #B86312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86312

Black with #B86312

Text Example


Text Example

White with #B86312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86312; }

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

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

background-color css

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

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

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

border-color css

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

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

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