Shades of Dark Goldenrod #BD8915
Tints of Dark Goldenrod #BD8915
RGB
CMYK
RGB Variations
Color information
#BD8915 (or 0xBD8915) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 15. RGB value is (189,137,21). Sum of RGB (Red+Green+Blue) = 189+137+21=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8915 is #4276EA. Grayscale: #8B8B8B. Windows color (decimal): -4355819 or 1411517. OLE color: 1411517.
HSL color Cylindrical-coordinate representation of color #BD8915: hue angle of 41.43º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD8915 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 21 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.26 |
| HSL | 41.43º | 0.8% | 0.41% | - |
| HSV(B) | 41.43º | 0.89% | 0.74% | - |
| XYZ | 30.07 | 28.76 | 4.68 | - |
| YUV | 139.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 21 | 0 | 0.28 | 0.89 | 0.26 | 41.43 | 0.8 | 0.41 |
| Hex | BD | 89 | 15 | 0 | 1C | 59 | 1A | 29 | 50 | 29 |
| Octal | 275 | 211 | 25 | 0 | 34 | 131 | 32 | 51 | 120 | 51 |
| Binary | 10111101 | 10001001 | 10101 | 0 | 11100 | 1011001 | 11010 | 101001 | 1010000 | 101001 |
Color Harmonies of #BD8915
Complementary color
Monochromatic Colors of #BD8915
Black with #BD8915
Text Example
Text Example
White with #BD8915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8915; }
p { color: rgb(189,137,21); }
H1.HeaderClassName
{
color: #BD8915;
}
.AnyTagClassName
{
color: #BD8915;
}
</style>
background-color css
<style>
a { background-color: #BD8915; }
a { background-color: rgb(189,137,21); }
div.DivClassName
{
background-color: #BD8915;
}
.BgClassName
{
background-color: #BD8915;
}
</style>
border-color css
<style>
span { border-color: #BD8915; }
span { border-color: rgb(189,137,21); }
td.TdClassName
{
border-color: #BD8915;
}
.TagClassName
{
border-color: #BD8915;
}
</style>