Shades of Dark Goldenrod #B28006
Tints of Dark Goldenrod #B28006
RGB
CMYK
RGB Variations
Color information
#B28006 (or 0xB28006) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 06. RGB value is (178,128,6). Sum of RGB (Red+Green+Blue) = 178+128+6=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B28006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28006 is #4D7FF9. Grayscale: #818181. Windows color (decimal): -5079034 or 426162. OLE color: 426162.
HSL color Cylindrical-coordinate representation of color #B28006: hue angle of 42.56º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B28006 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.30 |
| HSL | 42.56º | 0.93% | 0.36% | - |
| HSV(B) | 42.56º | 0.97% | 0.7% | - |
| XYZ | 26.11 | 24.92 | 3.61 | - |
| YUV | 129.04 | 58.57 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 6 | 0 | 0.28 | 0.97 | 0.30 | 42.56 | 0.93 | 0.36 |
| Hex | B2 | 80 | 6 | 0 | 1C | 61 | 1E | 2B | 5D | 24 |
| Octal | 262 | 200 | 6 | 0 | 34 | 141 | 36 | 53 | 135 | 44 |
| Binary | 10110010 | 10000000 | 110 | 0 | 11100 | 1100001 | 11110 | 101011 | 1011101 | 100100 |
Color Harmonies of #B28006
Complementary color
Monochromatic Colors of #B28006
Black with #B28006
Text Example
Text Example
White with #B28006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28006; }
p { color: rgb(178,128,6); }
H1.HeaderClassName
{
color: #B28006;
}
.AnyTagClassName
{
color: #B28006;
}
</style>
background-color css
<style>
a { background-color: #B28006; }
a { background-color: rgb(178,128,6); }
div.DivClassName
{
background-color: #B28006;
}
.BgClassName
{
background-color: #B28006;
}
</style>
border-color css
<style>
span { border-color: #B28006; }
span { border-color: rgb(178,128,6); }
td.TdClassName
{
border-color: #B28006;
}
.TagClassName
{
border-color: #B28006;
}
</style>