Shades of Dark Goldenrod #BD8315
Tints of Dark Goldenrod #BD8315
RGB
CMYK
RGB Variations
Color information
#BD8315 (or 0xBD8315) is known color: Dark Goldenrod. HEX triplet: BD, 83 and 15. RGB value is (189,131,21). Sum of RGB (Red+Green+Blue) = 189+131+21=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8315 is #427CEA. Grayscale: #888888. Windows color (decimal): -4357355 or 1409981. OLE color: 1409981.
HSL color Cylindrical-coordinate representation of color #BD8315: hue angle of 39.29º 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 #BD8315 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 21 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.26 |
| HSL | 39.29º | 0.8% | 0.41% | - |
| HSV(B) | 39.29º | 0.89% | 0.74% | - |
| XYZ | 29.24 | 27.11 | 4.4 | - |
| YUV | 135.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 21 | 0 | 0.31 | 0.89 | 0.26 | 39.29 | 0.8 | 0.41 |
| Hex | BD | 83 | 15 | 0 | 1F | 59 | 1A | 27 | 50 | 29 |
| Octal | 275 | 203 | 25 | 0 | 37 | 131 | 32 | 47 | 120 | 51 |
| Binary | 10111101 | 10000011 | 10101 | 0 | 11111 | 1011001 | 11010 | 100111 | 1010000 | 101001 |
Color Harmonies of #BD8315
Complementary color
Monochromatic Colors of #BD8315
Black with #BD8315
Text Example
Text Example
White with #BD8315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8315; }
p { color: rgb(189,131,21); }
H1.HeaderClassName
{
color: #BD8315;
}
.AnyTagClassName
{
color: #BD8315;
}
</style>
background-color css
<style>
a { background-color: #BD8315; }
a { background-color: rgb(189,131,21); }
div.DivClassName
{
background-color: #BD8315;
}
.BgClassName
{
background-color: #BD8315;
}
</style>
border-color css
<style>
span { border-color: #BD8315; }
span { border-color: rgb(189,131,21); }
td.TdClassName
{
border-color: #BD8315;
}
.TagClassName
{
border-color: #BD8315;
}
</style>