Shades of Dark Goldenrod #B08D14
Tints of Dark Goldenrod #B08D14
RGB
CMYK
RGB Variations
Color information
#B08D14 (or 0xB08D14) is known color: Dark Goldenrod. HEX triplet: B0, 8D and 14. RGB value is (176,141,20). Sum of RGB (Red+Green+Blue) = 176+141+20=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08D14 is #4F72EB. Grayscale: #8A8A8A. Windows color (decimal): -5206764 or 1346992. OLE color: 1346992.
HSL color Cylindrical-coordinate representation of color #B08D14: hue angle of 46.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B08D14 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 20 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.31 |
| HSL | 46.54º | 0.8% | 0.38% | - |
| HSV(B) | 46.54º | 0.89% | 0.69% | - |
| XYZ | 27.56 | 28.33 | 4.68 | - |
| YUV | 137.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 20 | 0 | 0.20 | 0.89 | 0.31 | 46.54 | 0.8 | 0.38 |
| Hex | B0 | 8D | 14 | 0 | 14 | 59 | 1F | 2F | 50 | 26 |
| Octal | 260 | 215 | 24 | 0 | 24 | 131 | 37 | 57 | 120 | 46 |
| Binary | 10110000 | 10001101 | 10100 | 0 | 10100 | 1011001 | 11111 | 101111 | 1010000 | 100110 |
Color Harmonies of #B08D14
Complementary color
Monochromatic Colors of #B08D14
Black with #B08D14
Text Example
Text Example
White with #B08D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D14; }
p { color: rgb(176,141,20); }
H1.HeaderClassName
{
color: #B08D14;
}
.AnyTagClassName
{
color: #B08D14;
}
</style>
background-color css
<style>
a { background-color: #B08D14; }
a { background-color: rgb(176,141,20); }
div.DivClassName
{
background-color: #B08D14;
}
.BgClassName
{
background-color: #B08D14;
}
</style>
border-color css
<style>
span { border-color: #B08D14; }
span { border-color: rgb(176,141,20); }
td.TdClassName
{
border-color: #B08D14;
}
.TagClassName
{
border-color: #B08D14;
}
</style>