Html Css Color HEX #B86711 Chocolate

📋 copy color: '#B86711'

red 184 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #B86711

Tints of Chocolate #B86711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.59%

R = 60.53%
G = 33.88%
B = 5.59%

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

#B86711 (or 0xB86711) is known color: Chocolate. HEX triplet: B8, 67 and 11. RGB value is (184,103,17). Sum of RGB (Red+Green+Blue) = 184+103+17=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B86711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86711 is #4798EE. Grayscale: #757575. Windows color (decimal): -4692207 or 1140664. OLE color: 1140664.

HSL color Cylindrical-coordinate representation of color #B86711: hue angle of 30.9º degrees, saturation: 0.83, 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 #B86711 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 103 17 -
CMYK 0 0.44 0.91 0.28
HSL 30.9º 0.83% 0.39% -
HSV(B) 30.9º 0.91% 0.72% -
XYZ 24.72 19.93 3.07 -
YUV 117.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 184 103 17 0 0.44 0.91 0.28 30.9 0.83 0.39
Hex B8 67 11 0 2C 5B 1C 1F 53 27
Octal 270 147 21 0 54 133 34 37 123 47
Binary 10111000 1100111 10001 0 101100 1011011 11100 11111 1010011 100111

Color Harmonies of #B86711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86711

Black with #B86711

Text Example


Text Example

White with #B86711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86711; }

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

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

background-color css

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

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

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

border-color css

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

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

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