Shades of Dark Goldenrod #B28010
Tints of Dark Goldenrod #B28010
RGB
CMYK
RGB Variations
Color information
#B28010 (or 0xB28010) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 10. RGB value is (178,128,16). Sum of RGB (Red+Green+Blue) = 178+128+16=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B28010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28010 is #4D7FEF. Grayscale: #828282. Windows color (decimal): -5079024 or 1081522. OLE color: 1081522.
HSL color Cylindrical-coordinate representation of color #B28010: hue angle of 41.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B28010 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 16 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.30 |
| HSL | 41.48º | 0.84% | 0.38% | - |
| HSV(B) | 41.48º | 0.91% | 0.7% | - |
| XYZ | 26.17 | 24.94 | 3.92 | - |
| YUV | 130.18 | 63.57 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 16 | 0 | 0.28 | 0.91 | 0.30 | 41.48 | 0.84 | 0.38 |
| Hex | B2 | 80 | 10 | 0 | 1C | 5B | 1E | 29 | 54 | 26 |
| Octal | 262 | 200 | 20 | 0 | 34 | 133 | 36 | 51 | 124 | 46 |
| Binary | 10110010 | 10000000 | 10000 | 0 | 11100 | 1011011 | 11110 | 101001 | 1010100 | 100110 |
Color Harmonies of #B28010
Complementary color
Monochromatic Colors of #B28010
Black with #B28010
Text Example
Text Example
White with #B28010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28010; }
p { color: rgb(178,128,16); }
H1.HeaderClassName
{
color: #B28010;
}
.AnyTagClassName
{
color: #B28010;
}
</style>
background-color css
<style>
a { background-color: #B28010; }
a { background-color: rgb(178,128,16); }
div.DivClassName
{
background-color: #B28010;
}
.BgClassName
{
background-color: #B28010;
}
</style>
border-color css
<style>
span { border-color: #B28010; }
span { border-color: rgb(178,128,16); }
td.TdClassName
{
border-color: #B28010;
}
.TagClassName
{
border-color: #B28010;
}
</style>