Html Css Color HEX #B86511 Chocolate

📋 copy color: '#B86511'

red 184 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #B86511

Tints of Chocolate #B86511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 60.93%
G = 33.44%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B86511 (or 0xB86511) is known color: Chocolate. HEX triplet: B8, 65 and 11. RGB value is (184,101,17). Sum of RGB (Red+Green+Blue) = 184+101+17=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B86511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86511 is #479AEE. Grayscale: #747474. Windows color (decimal): -4692719 or 1140152. OLE color: 1140152.

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

Color convert

RGB 184 101 17 -
CMYK 0 0.45 0.91 0.28
HSL 30.18º 0.83% 0.39% -
HSV(B) 30.18º 0.91% 0.72% -
XYZ 24.52 19.54 3.01 -
YUV 116.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 184 101 17 0 0.45 0.91 0.28 30.18 0.83 0.39
Hex B8 65 11 0 2D 5B 1C 1E 53 27
Octal 270 145 21 0 55 133 34 36 123 47
Binary 10111000 1100101 10001 0 101101 1011011 11100 11110 1010011 100111

Color Harmonies of #B86511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86511

Black with #B86511

Text Example


Text Example

White with #B86511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86511; }

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

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

background-color css

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

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

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

border-color css

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

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

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