Shades of Dark Goldenrod #BD7C12
Tints of Dark Goldenrod #BD7C12
RGB
CMYK
RGB Variations
Color information
#BD7C12 (or 0xBD7C12) is known color: Dark Goldenrod. HEX triplet: BD, 7C and 12. RGB value is (189,124,18). Sum of RGB (Red+Green+Blue) = 189+124+18=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7C12 is #4283ED. Grayscale: #838383. Windows color (decimal): -4359150 or 1211581. OLE color: 1211581.
HSL color Cylindrical-coordinate representation of color #BD7C12: hue angle of 37.19º 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 #BD7C12 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 18 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.26 |
| HSL | 37.19º | 0.83% | 0.41% | - |
| HSV(B) | 37.19º | 0.9% | 0.74% | - |
| XYZ | 28.3 | 25.28 | 3.96 | - |
| YUV | 131.35 | 64.03 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 18 | 0 | 0.34 | 0.90 | 0.26 | 37.19 | 0.83 | 0.41 |
| Hex | BD | 7C | 12 | 0 | 22 | 5A | 1A | 25 | 53 | 29 |
| Octal | 275 | 174 | 22 | 0 | 42 | 132 | 32 | 45 | 123 | 51 |
| Binary | 10111101 | 1111100 | 10010 | 0 | 100010 | 1011010 | 11010 | 100101 | 1010011 | 101001 |
Color Harmonies of #BD7C12
Complementary color
Monochromatic Colors of #BD7C12
Black with #BD7C12
Text Example
Text Example
White with #BD7C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C12; }
p { color: rgb(189,124,18); }
H1.HeaderClassName
{
color: #BD7C12;
}
.AnyTagClassName
{
color: #BD7C12;
}
</style>
background-color css
<style>
a { background-color: #BD7C12; }
a { background-color: rgb(189,124,18); }
div.DivClassName
{
background-color: #BD7C12;
}
.BgClassName
{
background-color: #BD7C12;
}
</style>
border-color css
<style>
span { border-color: #BD7C12; }
span { border-color: rgb(189,124,18); }
td.TdClassName
{
border-color: #BD7C12;
}
.TagClassName
{
border-color: #BD7C12;
}
</style>