Shades of Dark Goldenrod #BD8A15
Tints of Dark Goldenrod #BD8A15
RGB
CMYK
RGB Variations
Color information
#BD8A15 (or 0xBD8A15) is known color: Dark Goldenrod. HEX triplet: BD, 8A and 15. RGB value is (189,138,21). Sum of RGB (Red+Green+Blue) = 189+138+21=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8A15 is #4275EA. Grayscale: #8C8C8C. Windows color (decimal): -4355563 or 1411773. OLE color: 1411773.
HSL color Cylindrical-coordinate representation of color #BD8A15: hue angle of 41.79º 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 #BD8A15 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 21 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.26 |
| HSL | 41.79º | 0.8% | 0.41% | - |
| HSV(B) | 41.79º | 0.89% | 0.74% | - |
| XYZ | 30.21 | 29.05 | 4.72 | - |
| YUV | 139.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 21 | 0 | 0.27 | 0.89 | 0.26 | 41.79 | 0.8 | 0.41 |
| Hex | BD | 8A | 15 | 0 | 1B | 59 | 1A | 2A | 50 | 29 |
| Octal | 275 | 212 | 25 | 0 | 33 | 131 | 32 | 52 | 120 | 51 |
| Binary | 10111101 | 10001010 | 10101 | 0 | 11011 | 1011001 | 11010 | 101010 | 1010000 | 101001 |
Color Harmonies of #BD8A15
Complementary color
Monochromatic Colors of #BD8A15
Black with #BD8A15
Text Example
Text Example
White with #BD8A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A15; }
p { color: rgb(189,138,21); }
H1.HeaderClassName
{
color: #BD8A15;
}
.AnyTagClassName
{
color: #BD8A15;
}
</style>
background-color css
<style>
a { background-color: #BD8A15; }
a { background-color: rgb(189,138,21); }
div.DivClassName
{
background-color: #BD8A15;
}
.BgClassName
{
background-color: #BD8A15;
}
</style>
border-color css
<style>
span { border-color: #BD8A15; }
span { border-color: rgb(189,138,21); }
td.TdClassName
{
border-color: #BD8A15;
}
.TagClassName
{
border-color: #BD8A15;
}
</style>