Shades of Dark Goldenrod #BA7C05
Tints of Dark Goldenrod #BA7C05
RGB
CMYK
RGB Variations
Color information
#BA7C05 (or 0xBA7C05) is known color: Dark Goldenrod. HEX triplet: BA, 7C and 05. RGB value is (186,124,5). Sum of RGB (Red+Green+Blue) = 186+124+5=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7C05 is #4583FA. Grayscale: #818181. Windows color (decimal): -4555771 or 359610. OLE color: 359610.
HSL color Cylindrical-coordinate representation of color #BA7C05: hue angle of 39.45º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA7C05 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 5 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.27 |
| HSL | 39.45º | 0.95% | 0.37% | - |
| HSV(B) | 39.45º | 0.97% | 0.73% | - |
| XYZ | 27.48 | 24.87 | 3.49 | - |
| YUV | 128.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 5 | 0 | 0.33 | 0.97 | 0.27 | 39.45 | 0.95 | 0.37 |
| Hex | BA | 7C | 5 | 0 | 21 | 61 | 1B | 27 | 5F | 25 |
| Octal | 272 | 174 | 5 | 0 | 41 | 141 | 33 | 47 | 137 | 45 |
| Binary | 10111010 | 1111100 | 101 | 0 | 100001 | 1100001 | 11011 | 100111 | 1011111 | 100101 |
Color Harmonies of #BA7C05
Complementary color
Monochromatic Colors of #BA7C05
Black with #BA7C05
Text Example
Text Example
White with #BA7C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C05; }
p { color: rgb(186,124,5); }
H1.HeaderClassName
{
color: #BA7C05;
}
.AnyTagClassName
{
color: #BA7C05;
}
</style>
background-color css
<style>
a { background-color: #BA7C05; }
a { background-color: rgb(186,124,5); }
div.DivClassName
{
background-color: #BA7C05;
}
.BgClassName
{
background-color: #BA7C05;
}
</style>
border-color css
<style>
span { border-color: #BA7C05; }
span { border-color: rgb(186,124,5); }
td.TdClassName
{
border-color: #BA7C05;
}
.TagClassName
{
border-color: #BA7C05;
}
</style>