Shades of Dark Goldenrod #BA7C14
Tints of Dark Goldenrod #BA7C14
RGB
CMYK
RGB Variations
Color information
#BA7C14 (or 0xBA7C14) is known color: Dark Goldenrod. HEX triplet: BA, 7C and 14. RGB value is (186,124,20). Sum of RGB (Red+Green+Blue) = 186+124+20=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7C14 is #4583EB. Grayscale: #838383. Windows color (decimal): -4555756 or 1342650. OLE color: 1342650.
HSL color Cylindrical-coordinate representation of color #BA7C14: hue angle of 37.59º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA7C14 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 20 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.27 |
| HSL | 37.59º | 0.81% | 0.4% | - |
| HSV(B) | 37.59º | 0.89% | 0.73% | - |
| XYZ | 27.58 | 24.9 | 4.02 | - |
| YUV | 130.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 20 | 0 | 0.33 | 0.89 | 0.27 | 37.59 | 0.81 | 0.4 |
| Hex | BA | 7C | 14 | 0 | 21 | 59 | 1B | 26 | 51 | 28 |
| Octal | 272 | 174 | 24 | 0 | 41 | 131 | 33 | 46 | 121 | 50 |
| Binary | 10111010 | 1111100 | 10100 | 0 | 100001 | 1011001 | 11011 | 100110 | 1010001 | 101000 |
Color Harmonies of #BA7C14
Complementary color
Monochromatic Colors of #BA7C14
Black with #BA7C14
Text Example
Text Example
White with #BA7C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C14; }
p { color: rgb(186,124,20); }
H1.HeaderClassName
{
color: #BA7C14;
}
.AnyTagClassName
{
color: #BA7C14;
}
</style>
background-color css
<style>
a { background-color: #BA7C14; }
a { background-color: rgb(186,124,20); }
div.DivClassName
{
background-color: #BA7C14;
}
.BgClassName
{
background-color: #BA7C14;
}
</style>
border-color css
<style>
span { border-color: #BA7C14; }
span { border-color: rgb(186,124,20); }
td.TdClassName
{
border-color: #BA7C14;
}
.TagClassName
{
border-color: #BA7C14;
}
</style>