Shades of Dark Goldenrod #B18010
Tints of Dark Goldenrod #B18010
RGB
CMYK
RGB Variations
Color information
#B18010 (or 0xB18010) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 10. RGB value is (177,128,16). Sum of RGB (Red+Green+Blue) = 177+128+16=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B18010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18010 is #4E7FEF. Grayscale: #828282. Windows color (decimal): -5144560 or 1081521. OLE color: 1081521.
HSL color Cylindrical-coordinate representation of color #B18010: hue angle of 41.74º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B18010 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 16 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.31 |
| HSL | 41.74º | 0.83% | 0.38% | - |
| HSV(B) | 41.74º | 0.91% | 0.69% | - |
| XYZ | 25.94 | 24.82 | 3.91 | - |
| YUV | 129.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 16 | 0 | 0.28 | 0.91 | 0.31 | 41.74 | 0.83 | 0.38 |
| Hex | B1 | 80 | 10 | 0 | 1C | 5B | 1F | 2A | 53 | 26 |
| Octal | 261 | 200 | 20 | 0 | 34 | 133 | 37 | 52 | 123 | 46 |
| Binary | 10110001 | 10000000 | 10000 | 0 | 11100 | 1011011 | 11111 | 101010 | 1010011 | 100110 |
Color Harmonies of #B18010
Complementary color
Monochromatic Colors of #B18010
Black with #B18010
Text Example
Text Example
White with #B18010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18010; }
p { color: rgb(177,128,16); }
H1.HeaderClassName
{
color: #B18010;
}
.AnyTagClassName
{
color: #B18010;
}
</style>
background-color css
<style>
a { background-color: #B18010; }
a { background-color: rgb(177,128,16); }
div.DivClassName
{
background-color: #B18010;
}
.BgClassName
{
background-color: #B18010;
}
</style>
border-color css
<style>
span { border-color: #B18010; }
span { border-color: rgb(177,128,16); }
td.TdClassName
{
border-color: #B18010;
}
.TagClassName
{
border-color: #B18010;
}
</style>