Shades of Dark Goldenrod #BA7205
Tints of Dark Goldenrod #BA7205
RGB
CMYK
RGB Variations
Color information
#BA7205 (or 0xBA7205) is known color: Dark Goldenrod. HEX triplet: BA, 72 and 05. RGB value is (186,114,5). Sum of RGB (Red+Green+Blue) = 186+114+5=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7205 is #458DFA. Grayscale: #7B7B7B. Windows color (decimal): -4558331 or 357050. OLE color: 357050.
HSL color Cylindrical-coordinate representation of color #BA7205: hue angle of 36.13º 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 #BA7205 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.27 |
| HSL | 36.13º | 0.95% | 0.37% | - |
| HSV(B) | 36.13º | 0.97% | 0.73% | - |
| XYZ | 26.29 | 22.48 | 3.1 | - |
| YUV | 123.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 5 | 0 | 0.39 | 0.97 | 0.27 | 36.13 | 0.95 | 0.37 |
| Hex | BA | 72 | 5 | 0 | 27 | 61 | 1B | 24 | 5F | 25 |
| Octal | 272 | 162 | 5 | 0 | 47 | 141 | 33 | 44 | 137 | 45 |
| Binary | 10111010 | 1110010 | 101 | 0 | 100111 | 1100001 | 11011 | 100100 | 1011111 | 100101 |
Color Harmonies of #BA7205
Complementary color
Monochromatic Colors of #BA7205
Black with #BA7205
Text Example
Text Example
White with #BA7205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7205; }
p { color: rgb(186,114,5); }
H1.HeaderClassName
{
color: #BA7205;
}
.AnyTagClassName
{
color: #BA7205;
}
</style>
background-color css
<style>
a { background-color: #BA7205; }
a { background-color: rgb(186,114,5); }
div.DivClassName
{
background-color: #BA7205;
}
.BgClassName
{
background-color: #BA7205;
}
</style>
border-color css
<style>
span { border-color: #BA7205; }
span { border-color: rgb(186,114,5); }
td.TdClassName
{
border-color: #BA7205;
}
.TagClassName
{
border-color: #BA7205;
}
</style>