Html Css Color HEX #B86513 Chocolate

📋 copy color: '#B86513'

red 184 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #B86513

Tints of Chocolate #B86513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 60.53%
G = 33.22%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B86513 (or 0xB86513) is known color: Chocolate. HEX triplet: B8, 65 and 13. RGB value is (184,101,19). Sum of RGB (Red+Green+Blue) = 184+101+19=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B86513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86513 is #479AEC. Grayscale: #747474. Windows color (decimal): -4692717 or 1271224. OLE color: 1271224.

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

Color convert

RGB 184 101 19 -
CMYK 0 0.45 0.90 0.28
HSL 29.82º 0.81% 0.4% -
HSV(B) 29.82º 0.9% 0.72% -
XYZ 24.54 19.54 3.1 -
YUV 116.47 73 176.17 -
System Red Green Blue C M Y K H S L
Decimal 184 101 19 0 0.45 0.90 0.28 29.82 0.81 0.4
Hex B8 65 13 0 2D 5A 1C 1E 51 28
Octal 270 145 23 0 55 132 34 36 121 50
Binary 10111000 1100101 10011 0 101101 1011010 11100 11110 1010001 101000

Color Harmonies of #B86513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86513

Black with #B86513

Text Example


Text Example

White with #B86513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86513; }

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

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

background-color css

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

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

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

border-color css

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

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

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