Html Css Color HEX #B96711 Chocolate

📋 copy color: '#B96711'

red 185 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #B96711

Tints of Chocolate #B96711

RGB

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

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

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

R = 60.66%
G = 33.77%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96711 (or 0xB96711) is known color: Chocolate. HEX triplet: B9, 67 and 11. RGB value is (185,103,17). Sum of RGB (Red+Green+Blue) = 185+103+17=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B96711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96711 is #4698EE. Grayscale: #767676. Windows color (decimal): -4626671 or 1140665. OLE color: 1140665.

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

Color convert

RGB 185 103 17 -
CMYK 0 0.44 0.91 0.27
HSL 30.71º 0.83% 0.4% -
HSV(B) 30.71º 0.91% 0.73% -
XYZ 24.96 20.06 3.09 -
YUV 117.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 185 103 17 0 0.44 0.91 0.27 30.71 0.83 0.4
Hex B9 67 11 0 2C 5B 1B 1F 53 28
Octal 271 147 21 0 54 133 33 37 123 50
Binary 10111001 1100111 10001 0 101100 1011011 11011 11111 1010011 101000

Color Harmonies of #B96711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96711

Black with #B96711

Text Example


Text Example

White with #B96711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96711; }

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

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

background-color css

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

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

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

border-color css

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

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

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