Shades of Dark Goldenrod #BD7E12
Tints of Dark Goldenrod #BD7E12
RGB
CMYK
RGB Variations
Color information
#BD7E12 (or 0xBD7E12) is known color: Dark Goldenrod. HEX triplet: BD, 7E and 12. RGB value is (189,126,18). Sum of RGB (Red+Green+Blue) = 189+126+18=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7E12 is #4281ED. Grayscale: #858585. Windows color (decimal): -4358638 or 1212093. OLE color: 1212093.
HSL color Cylindrical-coordinate representation of color #BD7E12: hue angle of 37.89º 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 #BD7E12 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 18 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.26 |
| HSL | 37.89º | 0.83% | 0.41% | - |
| HSV(B) | 37.89º | 0.9% | 0.74% | - |
| XYZ | 28.56 | 25.78 | 4.04 | - |
| YUV | 132.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 18 | 0 | 0.33 | 0.90 | 0.26 | 37.89 | 0.83 | 0.41 |
| Hex | BD | 7E | 12 | 0 | 21 | 5A | 1A | 26 | 53 | 29 |
| Octal | 275 | 176 | 22 | 0 | 41 | 132 | 32 | 46 | 123 | 51 |
| Binary | 10111101 | 1111110 | 10010 | 0 | 100001 | 1011010 | 11010 | 100110 | 1010011 | 101001 |
Color Harmonies of #BD7E12
Complementary color
Monochromatic Colors of #BD7E12
Black with #BD7E12
Text Example
Text Example
White with #BD7E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E12; }
p { color: rgb(189,126,18); }
H1.HeaderClassName
{
color: #BD7E12;
}
.AnyTagClassName
{
color: #BD7E12;
}
</style>
background-color css
<style>
a { background-color: #BD7E12; }
a { background-color: rgb(189,126,18); }
div.DivClassName
{
background-color: #BD7E12;
}
.BgClassName
{
background-color: #BD7E12;
}
</style>
border-color css
<style>
span { border-color: #BD7E12; }
span { border-color: rgb(189,126,18); }
td.TdClassName
{
border-color: #BD7E12;
}
.TagClassName
{
border-color: #BD7E12;
}
</style>