Html Css Color HEX #B76511 Chocolate

📋 copy color: '#B76511'

red 183 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #B76511

Tints of Chocolate #B76511

RGB

 RED value IS 183 (71.88% from 255) = 60.8%

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

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

R = 60.8%
G = 33.55%
B = 5.65%

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

#B76511 (or 0xB76511) is known color: Chocolate. HEX triplet: B7, 65 and 11. RGB value is (183,101,17). Sum of RGB (Red+Green+Blue) = 183+101+17=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B76511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76511 is #489AEE. Grayscale: #747474. Windows color (decimal): -4758255 or 1140151. OLE color: 1140151.

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

Color convert

RGB 183 101 17 -
CMYK 0 0.45 0.91 0.28
HSL 30.36º 0.83% 0.39% -
HSV(B) 30.36º 0.91% 0.72% -
XYZ 24.28 19.42 3 -
YUV 115.94 72.17 175.83 -
System Red Green Blue C M Y K H S L
Decimal 183 101 17 0 0.45 0.91 0.28 30.36 0.83 0.39
Hex B7 65 11 0 2D 5B 1C 1E 53 27
Octal 267 145 21 0 55 133 34 36 123 47
Binary 10110111 1100101 10001 0 101101 1011011 11100 11110 1010011 100111

Color Harmonies of #B76511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76511

Black with #B76511

Text Example


Text Example

White with #B76511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76511; }

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

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

background-color css

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

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

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

border-color css

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

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

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