Shades of Dark Goldenrod #B18011
Tints of Dark Goldenrod #B18011
RGB
CMYK
RGB Variations
Color information
#B18011 (or 0xB18011) is known color: 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
| RGB | 177 | 128 | 17 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.31 |
| HSL | 41.63º | 0.82% | 0.38% | - |
| HSV(B) | 41.63º | 0.9% | 0.69% | - |
| XYZ | 25.95 | 24.83 | 3.95 | - |
| YUV | 130 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 17 | 0 | 0.28 | 0.90 | 0.31 | 41.63 | 0.82 | 0.38 |
| Hex | B1 | 80 | 11 | 0 | 1C | 5A | 1F | 2A | 52 | 26 |
| Octal | 261 | 200 | 21 | 0 | 34 | 132 | 37 | 52 | 122 | 46 |
| Binary | 10110001 | 10000000 | 10001 | 0 | 11100 | 1011010 | 11111 | 101010 | 1010010 | 100110 |
Color Harmonies of #B18011
Complementary color
Monochromatic Colors of #B18011
Black with #B18011
Text Example
Text Example
White with #B18011
Text Example
Text Example
HTML Codes & Css Web 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>