Shades of Dark Goldenrod #BA7F05
Tints of Dark Goldenrod #BA7F05
RGB
CMYK
RGB Variations
Color information
#BA7F05 (or 0xBA7F05) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 05. RGB value is (186,127,5). Sum of RGB (Red+Green+Blue) = 186+127+5=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F05 is #4580FA. Grayscale: #838383. Windows color (decimal): -4555003 or 360378. OLE color: 360378.
HSL color Cylindrical-coordinate representation of color #BA7F05: hue angle of 40.44º 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 #BA7F05 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.27 |
| HSL | 40.44º | 0.95% | 0.37% | - |
| HSV(B) | 40.44º | 0.97% | 0.73% | - |
| XYZ | 27.87 | 25.63 | 3.62 | - |
| YUV | 130.73 | 57.05 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 5 | 0 | 0.32 | 0.97 | 0.27 | 40.44 | 0.95 | 0.37 |
| Hex | BA | 7F | 5 | 0 | 20 | 61 | 1B | 28 | 5F | 25 |
| Octal | 272 | 177 | 5 | 0 | 40 | 141 | 33 | 50 | 137 | 45 |
| Binary | 10111010 | 1111111 | 101 | 0 | 100000 | 1100001 | 11011 | 101000 | 1011111 | 100101 |
Color Harmonies of #BA7F05
Complementary color
Monochromatic Colors of #BA7F05
Black with #BA7F05
Text Example
Text Example
White with #BA7F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F05; }
p { color: rgb(186,127,5); }
H1.HeaderClassName
{
color: #BA7F05;
}
.AnyTagClassName
{
color: #BA7F05;
}
</style>
background-color css
<style>
a { background-color: #BA7F05; }
a { background-color: rgb(186,127,5); }
div.DivClassName
{
background-color: #BA7F05;
}
.BgClassName
{
background-color: #BA7F05;
}
</style>
border-color css
<style>
span { border-color: #BA7F05; }
span { border-color: rgb(186,127,5); }
td.TdClassName
{
border-color: #BA7F05;
}
.TagClassName
{
border-color: #BA7F05;
}
</style>