#B18011

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

Shades of Dark Goldenrod #B18011

Tints of Dark Goldenrod #B18011

Color information

#B18011 (or 0xB18011) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 80 and 11. RGB value is (177,128,17). Sum of RGB (Red+Green+Blue) = 177+128+17=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B18011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18011 is #4E7FEE. Grayscale: #828282. Windows color (decimal): -5144559 or 1147057. OLE color: 1147057.

HSL color Cylindrical-coordinate representation of color #B18011: hue angle of 41.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B18011 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17712817-
CMYK00.280.900.31
HSL41.62º82.47%38.04%-
HSV(B)41.62º90.4%69.41%-
XYZ25.9524.833.95-
YUV13064.23161.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 17 (7.03% from 255) = 5.28%
R=54.97%
G=39.75%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771281700.280.900.3141.6282.4738.04
HexB1801101C5A1F2a5226
Octal26120021034132375212246
Binary1011000110000000100010111001011010111111010101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18011; }

 p { color: rgb(177,128,17); }

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

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

 a { background-color: rgb(177,128,17); }

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

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

 span { border-color: rgb(177,128,17); }

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