Shades of Dark Goldenrod #BD8716
Tints of Dark Goldenrod #BD8716
RGB
CMYK
RGB Variations
Color information
#BD8716 (or 0xBD8716) is known color: Dark Goldenrod. HEX triplet: BD, 87 and 16. RGB value is (189,135,22). Sum of RGB (Red+Green+Blue) = 189+135+22=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8716 is #4278E9. Grayscale: #8A8A8A. Windows color (decimal): -4356330 or 1476541. OLE color: 1476541.
HSL color Cylindrical-coordinate representation of color #BD8716: hue angle of 40.6º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD8716 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 22 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.26 |
| HSL | 40.6º | 0.79% | 0.41% | - |
| HSV(B) | 40.6º | 0.88% | 0.74% | - |
| XYZ | 29.8 | 28.2 | 4.63 | - |
| YUV | 138.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 22 | 0 | 0.29 | 0.88 | 0.26 | 40.6 | 0.79 | 0.41 |
| Hex | BD | 87 | 16 | 0 | 1D | 58 | 1A | 29 | 4F | 29 |
| Octal | 275 | 207 | 26 | 0 | 35 | 130 | 32 | 51 | 117 | 51 |
| Binary | 10111101 | 10000111 | 10110 | 0 | 11101 | 1011000 | 11010 | 101001 | 1001111 | 101001 |
Color Harmonies of #BD8716
Complementary color
Monochromatic Colors of #BD8716
Black with #BD8716
Text Example
Text Example
White with #BD8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8716; }
p { color: rgb(189,135,22); }
H1.HeaderClassName
{
color: #BD8716;
}
.AnyTagClassName
{
color: #BD8716;
}
</style>
background-color css
<style>
a { background-color: #BD8716; }
a { background-color: rgb(189,135,22); }
div.DivClassName
{
background-color: #BD8716;
}
.BgClassName
{
background-color: #BD8716;
}
</style>
border-color css
<style>
span { border-color: #BD8716; }
span { border-color: rgb(189,135,22); }
td.TdClassName
{
border-color: #BD8716;
}
.TagClassName
{
border-color: #BD8716;
}
</style>