Html Css Color HEX #B96513 Chocolate

📋 copy color: '#B96513'

red 185 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #B96513

Tints of Chocolate #B96513

RGB

 RED value IS 185 (72.66% from 255) = 60.66%

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

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

R = 60.66%
G = 33.11%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96513 (or 0xB96513) is known color: Chocolate. HEX triplet: B9, 65 and 13. RGB value is (185,101,19). Sum of RGB (Red+Green+Blue) = 185+101+19=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B96513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96513 is #469AEC. Grayscale: #757575. Windows color (decimal): -4627181 or 1271225. OLE color: 1271225.

HSL color Cylindrical-coordinate representation of color #B96513: hue angle of 29.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B96513 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 19 -
CMYK 0 0.45 0.90 0.27
HSL 29.64º 0.81% 0.4% -
HSV(B) 29.64º 0.9% 0.73% -
XYZ 24.78 19.67 3.11 -
YUV 116.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 185 101 19 0 0.45 0.90 0.27 29.64 0.81 0.4
Hex B9 65 13 0 2D 5A 1B 1E 51 28
Octal 271 145 23 0 55 132 33 36 121 50
Binary 10111001 1100101 10011 0 101101 1011010 11011 11110 1010001 101000

Color Harmonies of #B96513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96513

Black with #B96513

Text Example


Text Example

White with #B96513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96513; }

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

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

background-color css

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

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

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

border-color css

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

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

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