#B19011

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

Shades of Dark Goldenrod #B19011

Tints of Dark Goldenrod #B19011

Color information

#B19011 (or 0xB19011) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 90 and 11. RGB value is (177,144,17). Sum of RGB (Red+Green+Blue) = 177+144+17=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B19011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19011 is #4E6FEE. Grayscale: #8B8B8B. Windows color (decimal): -5140463 or 1151153. OLE color: 1151153.

HSL color Cylindrical-coordinate representation of color #B19011: hue angle of 47.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 #B19011 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17714417-
CMYK00.190.900.31
HSL47.62º82.47%38.04%-
HSV(B)47.62º90.4%69.41%-
XYZ28.2129.334.71-
YUV139.3958.93154.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 144 (56.64% from 255) = 42.60%
BLUE value IS 17 (7.03% from 255) = 5.03%
R=52.37%
G=42.60%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771441700.190.900.3147.6282.4738.04
HexB190110135A1F305226
Octal26122021023132376012246
Binary1011000110010000100010100111011010111111100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19011; }

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

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

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

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

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

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

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

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