Html Css Color HEX #B86710 Chocolate

📋 copy color: '#B86710'

red 184 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #B86710

Tints of Chocolate #B86710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

 BLUE value IS 16 (6.64% from 255) = 5.28%

R = 60.73%
G = 33.99%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B86710 (or 0xB86710) is known color: Chocolate. HEX triplet: B8, 67 and 10. RGB value is (184,103,16). Sum of RGB (Red+Green+Blue) = 184+103+16=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B86710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86710 is #4798EF. Grayscale: #757575. Windows color (decimal): -4692208 or 1075128. OLE color: 1075128.

HSL color Cylindrical-coordinate representation of color #B86710: hue angle of 31.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B86710 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 103 16 -
CMYK 0 0.44 0.91 0.28
HSL 31.07º 0.84% 0.39% -
HSV(B) 31.07º 0.91% 0.72% -
XYZ 24.71 19.93 3.03 -
YUV 117.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 184 103 16 0 0.44 0.91 0.28 31.07 0.84 0.39
Hex B8 67 10 0 2C 5B 1C 1F 54 27
Octal 270 147 20 0 54 133 34 37 124 47
Binary 10111000 1100111 10000 0 101100 1011011 11100 11111 1010100 100111

Color Harmonies of #B86710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86710

Black with #B86710

Text Example


Text Example

White with #B86710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86710; }

 p { color: rgb(184,103,16); }

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

background-color css

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

 a { background-color: rgb(184,103,16); }

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

border-color css

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

 span { border-color: rgb(184,103,16); }

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