Html Css Color HEX #B96511 Chocolate

📋 copy color: '#B96511'

red 185 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #B96511

Tints of Chocolate #B96511

RGB

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

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

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

R = 61.06%
G = 33.33%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96511 (or 0xB96511) is known color: Chocolate. HEX triplet: B9, 65 and 11. RGB value is (185,101,17). Sum of RGB (Red+Green+Blue) = 185+101+17=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B96511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96511 is #469AEE. Grayscale: #747474. Windows color (decimal): -4627183 or 1140153. OLE color: 1140153.

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

Color convert

RGB 185 101 17 -
CMYK 0 0.45 0.91 0.27
HSL 30º 0.83% 0.4% -
HSV(B) 30º 0.91% 0.73% -
XYZ 24.76 19.66 3.02 -
YUV 116.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 185 101 17 0 0.45 0.91 0.27 30 0.83 0.4
Hex B9 65 11 0 2D 5B 1B 1E 53 28
Octal 271 145 21 0 55 133 33 36 123 50
Binary 10111001 1100101 10001 0 101101 1011011 11011 11110 1010011 101000

Color Harmonies of #B96511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96511

Black with #B96511

Text Example


Text Example

White with #B96511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96511; }

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

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

background-color css

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

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

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

border-color css

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

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

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