#B77011

Color #B77011 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B77011

Tints of Dark Goldenrod #B77011

Color information

#B77011 (or 0xB77011) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 70 and 11. RGB value is (183,112,17). Sum of RGB (Red+Green+Blue) = 183+112+17=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B77011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77011 is #488FEE. Grayscale: #7A7A7A. Windows color (decimal): -4755439 or 1142967. OLE color: 1142967.

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

Color convert

RGB18311217-
CMYK00.390.910.28
HSL34.34º83%39.22%-
HSV(B)34.34º90.71%71.76%-
XYZ25.4221.73.38-
YUV122.468.52171.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.65%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 17 (7.03% from 255) = 5.45%
R=58.65%
G=35.90%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831121700.390.910.2834.348339.22
HexB770110275B1C225327
Octal26716021047133344212347
Binary1011011111100001000101001111011011111001000101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77011; }

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

 H1.HeaderClassName
 {
   color: #B77011;
 }
 .AnyTagClassName
 {
   color: #B77011;
 }
</style>
background-color css

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

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

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

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

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

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