Shades of Dark Goldenrod #BA7D15
Tints of Dark Goldenrod #BA7D15
RGB
CMYK
RGB Variations
Color information
#BA7D15 (or 0xBA7D15) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 15. RGB value is (186,125,21). Sum of RGB (Red+Green+Blue) = 186+125+21=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D15 is #4582EA. Grayscale: #838383. Windows color (decimal): -4555499 or 1408442. OLE color: 1408442.
HSL color Cylindrical-coordinate representation of color #BA7D15: hue angle of 37.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA7D15 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 21 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.27 |
| HSL | 37.82º | 0.8% | 0.41% | - |
| HSV(B) | 37.82º | 0.89% | 0.73% | - |
| XYZ | 27.72 | 25.16 | 4.1 | - |
| YUV | 131.38 | 65.71 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 21 | 0 | 0.33 | 0.89 | 0.27 | 37.82 | 0.8 | 0.41 |
| Hex | BA | 7D | 15 | 0 | 21 | 59 | 1B | 26 | 50 | 29 |
| Octal | 272 | 175 | 25 | 0 | 41 | 131 | 33 | 46 | 120 | 51 |
| Binary | 10111010 | 1111101 | 10101 | 0 | 100001 | 1011001 | 11011 | 100110 | 1010000 | 101001 |
Color Harmonies of #BA7D15
Complementary color
Monochromatic Colors of #BA7D15
Black with #BA7D15
Text Example
Text Example
White with #BA7D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D15; }
p { color: rgb(186,125,21); }
H1.HeaderClassName
{
color: #BA7D15;
}
.AnyTagClassName
{
color: #BA7D15;
}
</style>
background-color css
<style>
a { background-color: #BA7D15; }
a { background-color: rgb(186,125,21); }
div.DivClassName
{
background-color: #BA7D15;
}
.BgClassName
{
background-color: #BA7D15;
}
</style>
border-color css
<style>
span { border-color: #BA7D15; }
span { border-color: rgb(186,125,21); }
td.TdClassName
{
border-color: #BA7D15;
}
.TagClassName
{
border-color: #BA7D15;
}
</style>