Html Css Color HEX #B86212 Chocolate

📋 copy color: '#B86212'

red 184 ◦ green 98 ◦ blue 18

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

Shades of Chocolate #B86212

Tints of Chocolate #B86212

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 value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B86212 (or 0xB86212) is known color: 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

RGB 184 98 18 -
CMYK 0 0.47 0.90 0.28
HSL 28.92º 0.82% 0.4% -
HSV(B) 28.92º 0.9% 0.72% -
XYZ 24.24 18.97 2.96 -
YUV 114.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 184 98 18 0 0.47 0.90 0.28 28.92 0.82 0.4
Hex B8 62 12 0 2F 5A 1C 1D 52 28
Octal 270 142 22 0 57 132 34 35 122 50
Binary 10111000 1100010 10010 0 101111 1011010 11100 11101 1010010 101000

Color Harmonies of #B86212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86212

Black with #B86212

Text Example


Text Example

White with #B86212

Text Example


Text Example

HTML Codes & Css Web 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>