Shades of Dark Goldenrod #BA6F05
Tints of Dark Goldenrod #BA6F05
RGB
CMYK
RGB Variations
Color information
#BA6F05 (or 0xBA6F05) is known color: Dark Goldenrod. HEX triplet: BA, 6F and 05. RGB value is (186,111,5). Sum of RGB (Red+Green+Blue) = 186+111+5=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F05 is #4590FA. Grayscale: #797979. Windows color (decimal): -4559099 or 356282. OLE color: 356282.
HSL color Cylindrical-coordinate representation of color #BA6F05: hue angle of 35.14º 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 #BA6F05 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 5 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.27 |
| HSL | 35.14º | 0.95% | 0.37% | - |
| HSV(B) | 35.14º | 0.97% | 0.73% | - |
| XYZ | 25.96 | 21.82 | 2.99 | - |
| YUV | 121.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 5 | 0 | 0.40 | 0.97 | 0.27 | 35.14 | 0.95 | 0.37 |
| Hex | BA | 6F | 5 | 0 | 28 | 61 | 1B | 23 | 5F | 25 |
| Octal | 272 | 157 | 5 | 0 | 50 | 141 | 33 | 43 | 137 | 45 |
| Binary | 10111010 | 1101111 | 101 | 0 | 101000 | 1100001 | 11011 | 100011 | 1011111 | 100101 |
Color Harmonies of #BA6F05
Complementary color
Monochromatic Colors of #BA6F05
Black with #BA6F05
Text Example
Text Example
White with #BA6F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F05; }
p { color: rgb(186,111,5); }
H1.HeaderClassName
{
color: #BA6F05;
}
.AnyTagClassName
{
color: #BA6F05;
}
</style>
background-color css
<style>
a { background-color: #BA6F05; }
a { background-color: rgb(186,111,5); }
div.DivClassName
{
background-color: #BA6F05;
}
.BgClassName
{
background-color: #BA6F05;
}
</style>
border-color css
<style>
span { border-color: #BA6F05; }
span { border-color: rgb(186,111,5); }
td.TdClassName
{
border-color: #BA6F05;
}
.TagClassName
{
border-color: #BA6F05;
}
</style>