Shades of Dark Goldenrod #B08A06
Tints of Dark Goldenrod #B08A06
RGB
CMYK
RGB Variations
Color information
#B08A06 (or 0xB08A06) is known color: Dark Goldenrod. HEX triplet: B0, 8A and 06. RGB value is (176,138,6). Sum of RGB (Red+Green+Blue) = 176+138+6=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08A06 is #4F75F9. Grayscale: #868686. Windows color (decimal): -5207546 or 428720. OLE color: 428720.
HSL color Cylindrical-coordinate representation of color #B08A06: hue angle of 46.59º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B08A06 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 6 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.31 |
| HSL | 46.59º | 0.93% | 0.36% | - |
| HSV(B) | 46.59º | 0.97% | 0.69% | - |
| XYZ | 27.03 | 27.42 | 4.04 | - |
| YUV | 134.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 6 | 0 | 0.22 | 0.97 | 0.31 | 46.59 | 0.93 | 0.36 |
| Hex | B0 | 8A | 6 | 0 | 16 | 61 | 1F | 2F | 5D | 24 |
| Octal | 260 | 212 | 6 | 0 | 26 | 141 | 37 | 57 | 135 | 44 |
| Binary | 10110000 | 10001010 | 110 | 0 | 10110 | 1100001 | 11111 | 101111 | 1011101 | 100100 |
Color Harmonies of #B08A06
Complementary color
Monochromatic Colors of #B08A06
Black with #B08A06
Text Example
Text Example
White with #B08A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A06; }
p { color: rgb(176,138,6); }
H1.HeaderClassName
{
color: #B08A06;
}
.AnyTagClassName
{
color: #B08A06;
}
</style>
background-color css
<style>
a { background-color: #B08A06; }
a { background-color: rgb(176,138,6); }
div.DivClassName
{
background-color: #B08A06;
}
.BgClassName
{
background-color: #B08A06;
}
</style>
border-color css
<style>
span { border-color: #B08A06; }
span { border-color: rgb(176,138,6); }
td.TdClassName
{
border-color: #B08A06;
}
.TagClassName
{
border-color: #B08A06;
}
</style>