Shades of Dark Goldenrod #BD8512
Tints of Dark Goldenrod #BD8512
RGB
CMYK
RGB Variations
Color information
#BD8512 (or 0xBD8512) is known color: Dark Goldenrod. HEX triplet: BD, 85 and 12. RGB value is (189,133,18). Sum of RGB (Red+Green+Blue) = 189+133+18=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8512 is #427AED. Grayscale: #898989. Windows color (decimal): -4356846 or 1213885. OLE color: 1213885.
HSL color Cylindrical-coordinate representation of color #BD8512: hue angle of 40.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD8512 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 18 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.26 |
| HSL | 40.35º | 0.83% | 0.41% | - |
| HSV(B) | 40.35º | 0.9% | 0.74% | - |
| XYZ | 29.48 | 27.64 | 4.35 | - |
| YUV | 136.63 | 61.05 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 18 | 0 | 0.30 | 0.90 | 0.26 | 40.35 | 0.83 | 0.41 |
| Hex | BD | 85 | 12 | 0 | 1E | 5A | 1A | 28 | 53 | 29 |
| Octal | 275 | 205 | 22 | 0 | 36 | 132 | 32 | 50 | 123 | 51 |
| Binary | 10111101 | 10000101 | 10010 | 0 | 11110 | 1011010 | 11010 | 101000 | 1010011 | 101001 |
Color Harmonies of #BD8512
Complementary color
Monochromatic Colors of #BD8512
Black with #BD8512
Text Example
Text Example
White with #BD8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8512; }
p { color: rgb(189,133,18); }
H1.HeaderClassName
{
color: #BD8512;
}
.AnyTagClassName
{
color: #BD8512;
}
</style>
background-color css
<style>
a { background-color: #BD8512; }
a { background-color: rgb(189,133,18); }
div.DivClassName
{
background-color: #BD8512;
}
.BgClassName
{
background-color: #BD8512;
}
</style>
border-color css
<style>
span { border-color: #BD8512; }
span { border-color: rgb(189,133,18); }
td.TdClassName
{
border-color: #BD8512;
}
.TagClassName
{
border-color: #BD8512;
}
</style>