Shades of Dark Goldenrod #BA7D05
Tints of Dark Goldenrod #BA7D05
RGB
CMYK
RGB Variations
Color information
#BA7D05 (or 0xBA7D05) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 05. RGB value is (186,125,5). Sum of RGB (Red+Green+Blue) = 186+125+5=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D05 is #4582FA. Grayscale: #828282. Windows color (decimal): -4555515 or 359866. OLE color: 359866.
HSL color Cylindrical-coordinate representation of color #BA7D05: hue angle of 39.78º 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 #BA7D05 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 5 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.27 |
| HSL | 39.78º | 0.95% | 0.37% | - |
| HSV(B) | 39.78º | 0.97% | 0.73% | - |
| XYZ | 27.61 | 25.12 | 3.54 | - |
| YUV | 129.56 | 57.71 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 5 | 0 | 0.33 | 0.97 | 0.27 | 39.78 | 0.95 | 0.37 |
| Hex | BA | 7D | 5 | 0 | 21 | 61 | 1B | 28 | 5F | 25 |
| Octal | 272 | 175 | 5 | 0 | 41 | 141 | 33 | 50 | 137 | 45 |
| Binary | 10111010 | 1111101 | 101 | 0 | 100001 | 1100001 | 11011 | 101000 | 1011111 | 100101 |
Color Harmonies of #BA7D05
Complementary color
Monochromatic Colors of #BA7D05
Black with #BA7D05
Text Example
Text Example
White with #BA7D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D05; }
p { color: rgb(186,125,5); }
H1.HeaderClassName
{
color: #BA7D05;
}
.AnyTagClassName
{
color: #BA7D05;
}
</style>
background-color css
<style>
a { background-color: #BA7D05; }
a { background-color: rgb(186,125,5); }
div.DivClassName
{
background-color: #BA7D05;
}
.BgClassName
{
background-color: #BA7D05;
}
</style>
border-color css
<style>
span { border-color: #BA7D05; }
span { border-color: rgb(186,125,5); }
td.TdClassName
{
border-color: #BA7D05;
}
.TagClassName
{
border-color: #BA7D05;
}
</style>