Shades of Dark Goldenrod #B28809
Tints of Dark Goldenrod #B28809
RGB
CMYK
RGB Variations
Color information
#B28809 (or 0xB28809) is known color: Dark Goldenrod. HEX triplet: B2, 88 and 09. RGB value is (178,136,9). Sum of RGB (Red+Green+Blue) = 178+136+9=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B28809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28809 is #4D77F6. Grayscale: #868686. Windows color (decimal): -5076983 or 624818. OLE color: 624818.
HSL color Cylindrical-coordinate representation of color #B28809: hue angle of 45.09º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B28809 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 9 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.30 |
| HSL | 45.09º | 0.9% | 0.37% | - |
| HSV(B) | 45.09º | 0.95% | 0.7% | - |
| XYZ | 27.21 | 27.09 | 4.05 | - |
| YUV | 134.08 | 57.41 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 9 | 0 | 0.24 | 0.95 | 0.30 | 45.09 | 0.9 | 0.37 |
| Hex | B2 | 88 | 9 | 0 | 18 | 5F | 1E | 2D | 5A | 25 |
| Octal | 262 | 210 | 11 | 0 | 30 | 137 | 36 | 55 | 132 | 45 |
| Binary | 10110010 | 10001000 | 1001 | 0 | 11000 | 1011111 | 11110 | 101101 | 1011010 | 100101 |
Color Harmonies of #B28809
Complementary color
Monochromatic Colors of #B28809
Black with #B28809
Text Example
Text Example
White with #B28809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28809; }
p { color: rgb(178,136,9); }
H1.HeaderClassName
{
color: #B28809;
}
.AnyTagClassName
{
color: #B28809;
}
</style>
background-color css
<style>
a { background-color: #B28809; }
a { background-color: rgb(178,136,9); }
div.DivClassName
{
background-color: #B28809;
}
.BgClassName
{
background-color: #B28809;
}
</style>
border-color css
<style>
span { border-color: #B28809; }
span { border-color: rgb(178,136,9); }
td.TdClassName
{
border-color: #B28809;
}
.TagClassName
{
border-color: #B28809;
}
</style>