Shades of Dark Goldenrod #BA7A05
Tints of Dark Goldenrod #BA7A05
RGB
CMYK
RGB Variations
Color information
#BA7A05 (or 0xBA7A05) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 05. RGB value is (186,122,5). Sum of RGB (Red+Green+Blue) = 186+122+5=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A05 is #4585FA. Grayscale: #808080. Windows color (decimal): -4556283 or 359098. OLE color: 359098.
HSL color Cylindrical-coordinate representation of color #BA7A05: hue angle of 38.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 #BA7A05 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 5 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.27 |
| HSL | 38.78º | 0.95% | 0.37% | - |
| HSV(B) | 38.78º | 0.97% | 0.73% | - |
| XYZ | 27.24 | 24.37 | 3.41 | - |
| YUV | 127.8 | 58.7 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 5 | 0 | 0.34 | 0.97 | 0.27 | 38.78 | 0.95 | 0.37 |
| Hex | BA | 7A | 5 | 0 | 22 | 61 | 1B | 27 | 5F | 25 |
| Octal | 272 | 172 | 5 | 0 | 42 | 141 | 33 | 47 | 137 | 45 |
| Binary | 10111010 | 1111010 | 101 | 0 | 100010 | 1100001 | 11011 | 100111 | 1011111 | 100101 |
Color Harmonies of #BA7A05
Complementary color
Monochromatic Colors of #BA7A05
Black with #BA7A05
Text Example
Text Example
White with #BA7A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A05; }
p { color: rgb(186,122,5); }
H1.HeaderClassName
{
color: #BA7A05;
}
.AnyTagClassName
{
color: #BA7A05;
}
</style>
background-color css
<style>
a { background-color: #BA7A05; }
a { background-color: rgb(186,122,5); }
div.DivClassName
{
background-color: #BA7A05;
}
.BgClassName
{
background-color: #BA7A05;
}
</style>
border-color css
<style>
span { border-color: #BA7A05; }
span { border-color: rgb(186,122,5); }
td.TdClassName
{
border-color: #BA7A05;
}
.TagClassName
{
border-color: #BA7A05;
}
</style>