Shades of Dark Goldenrod #BD8115
Tints of Dark Goldenrod #BD8115
RGB
CMYK
RGB Variations
Color information
#BD8115 (or 0xBD8115) is known color: Dark Goldenrod. HEX triplet: BD, 81 and 15. RGB value is (189,129,21). Sum of RGB (Red+Green+Blue) = 189+129+21=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8115 is #427EEA. Grayscale: #878787. Windows color (decimal): -4357867 or 1409469. OLE color: 1409469.
HSL color Cylindrical-coordinate representation of color #BD8115: hue angle of 38.57º 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 #BD8115 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 21 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.26 |
| HSL | 38.57º | 0.8% | 0.41% | - |
| HSV(B) | 38.57º | 0.89% | 0.74% | - |
| XYZ | 28.97 | 26.57 | 4.31 | - |
| YUV | 134.63 | 63.88 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 21 | 0 | 0.32 | 0.89 | 0.26 | 38.57 | 0.8 | 0.41 |
| Hex | BD | 81 | 15 | 0 | 20 | 59 | 1A | 27 | 50 | 29 |
| Octal | 275 | 201 | 25 | 0 | 40 | 131 | 32 | 47 | 120 | 51 |
| Binary | 10111101 | 10000001 | 10101 | 0 | 100000 | 1011001 | 11010 | 100111 | 1010000 | 101001 |
Color Harmonies of #BD8115
Complementary color
Monochromatic Colors of #BD8115
Black with #BD8115
Text Example
Text Example
White with #BD8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8115; }
p { color: rgb(189,129,21); }
H1.HeaderClassName
{
color: #BD8115;
}
.AnyTagClassName
{
color: #BD8115;
}
</style>
background-color css
<style>
a { background-color: #BD8115; }
a { background-color: rgb(189,129,21); }
div.DivClassName
{
background-color: #BD8115;
}
.BgClassName
{
background-color: #BD8115;
}
</style>
border-color css
<style>
span { border-color: #BD8115; }
span { border-color: rgb(189,129,21); }
td.TdClassName
{
border-color: #BD8115;
}
.TagClassName
{
border-color: #BD8115;
}
</style>