Shades of Dark Goldenrod #BA7605
Tints of Dark Goldenrod #BA7605
RGB
CMYK
RGB Variations
Color information
#BA7605 (or 0xBA7605) is known color: Dark Goldenrod. HEX triplet: BA, 76 and 05. RGB value is (186,118,5). Sum of RGB (Red+Green+Blue) = 186+118+5=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7605 is #4589FA. Grayscale: #7D7D7D. Windows color (decimal): -4557307 or 358074. OLE color: 358074.
HSL color Cylindrical-coordinate representation of color #BA7605: hue angle of 37.46º 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 #BA7605 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 5 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.27 |
| HSL | 37.46º | 0.95% | 0.37% | - |
| HSV(B) | 37.46º | 0.97% | 0.73% | - |
| XYZ | 26.76 | 23.41 | 3.25 | - |
| YUV | 125.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 5 | 0 | 0.37 | 0.97 | 0.27 | 37.46 | 0.95 | 0.37 |
| Hex | BA | 76 | 5 | 0 | 25 | 61 | 1B | 25 | 5F | 25 |
| Octal | 272 | 166 | 5 | 0 | 45 | 141 | 33 | 45 | 137 | 45 |
| Binary | 10111010 | 1110110 | 101 | 0 | 100101 | 1100001 | 11011 | 100101 | 1011111 | 100101 |
Color Harmonies of #BA7605
Complementary color
Monochromatic Colors of #BA7605
Black with #BA7605
Text Example
Text Example
White with #BA7605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7605; }
p { color: rgb(186,118,5); }
H1.HeaderClassName
{
color: #BA7605;
}
.AnyTagClassName
{
color: #BA7605;
}
</style>
background-color css
<style>
a { background-color: #BA7605; }
a { background-color: rgb(186,118,5); }
div.DivClassName
{
background-color: #BA7605;
}
.BgClassName
{
background-color: #BA7605;
}
</style>
border-color css
<style>
span { border-color: #BA7605; }
span { border-color: rgb(186,118,5); }
td.TdClassName
{
border-color: #BA7605;
}
.TagClassName
{
border-color: #BA7605;
}
</style>