Shades of Dark Goldenrod #B08C0A
Tints of Dark Goldenrod #B08C0A
RGB
CMYK
RGB Variations
Color information
#B08C0A (or 0xB08C0A) is known color: Dark Goldenrod. HEX triplet: B0, 8C and 0A. RGB value is (176,140,10). Sum of RGB (Red+Green+Blue) = 176+140+10=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08C0A is #4F73F5. Grayscale: #888888. Windows color (decimal): -5207030 or 691376. OLE color: 691376.
HSL color Cylindrical-coordinate representation of color #B08C0A: hue angle of 46.99º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B08C0A is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 10 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.31 |
| HSL | 46.99º | 0.89% | 0.36% | - |
| HSV(B) | 46.99º | 0.94% | 0.69% | - |
| XYZ | 27.34 | 28.01 | 4.25 | - |
| YUV | 135.94 | 56.93 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 10 | 0 | 0.20 | 0.94 | 0.31 | 46.99 | 0.89 | 0.36 |
| Hex | B0 | 8C | A | 0 | 14 | 5E | 1F | 2F | 59 | 24 |
| Octal | 260 | 214 | 12 | 0 | 24 | 136 | 37 | 57 | 131 | 44 |
| Binary | 10110000 | 10001100 | 1010 | 0 | 10100 | 1011110 | 11111 | 101111 | 1011001 | 100100 |
Color Harmonies of #B08C0A
Complementary color
Monochromatic Colors of #B08C0A
Black with #B08C0A
Text Example
Text Example
White with #B08C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C0A; }
p { color: rgb(176,140,10); }
H1.HeaderClassName
{
color: #B08C0A;
}
.AnyTagClassName
{
color: #B08C0A;
}
</style>
background-color css
<style>
a { background-color: #B08C0A; }
a { background-color: rgb(176,140,10); }
div.DivClassName
{
background-color: #B08C0A;
}
.BgClassName
{
background-color: #B08C0A;
}
</style>
border-color css
<style>
span { border-color: #B08C0A; }
span { border-color: rgb(176,140,10); }
td.TdClassName
{
border-color: #B08C0A;
}
.TagClassName
{
border-color: #B08C0A;
}
</style>