Shades of Dark Goldenrod #BA7701
Tints of Dark Goldenrod #BA7701
RGB
CMYK
RGB Variations
Color information
#BA7701 (or 0xBA7701) is known color: Dark Goldenrod. HEX triplet: BA, 77 and 01. RGB value is (186,119,1). Sum of RGB (Red+Green+Blue) = 186+119+1=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7701 is #4588FE. Grayscale: #7E7E7E. Windows color (decimal): -4557055 or 96186. OLE color: 96186.
HSL color Cylindrical-coordinate representation of color #BA7701: hue angle of 38.27º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA7701 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.27 |
| HSL | 38.27º | 0.99% | 0.37% | - |
| HSV(B) | 38.27º | 0.99% | 0.73% | - |
| XYZ | 26.85 | 23.63 | 3.18 | - |
| YUV | 125.58 | 57.7 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 1 | 0 | 0.36 | 0.99 | 0.27 | 38.27 | 0.99 | 0.37 |
| Hex | BA | 77 | 1 | 0 | 24 | 63 | 1B | 26 | 63 | 25 |
| Octal | 272 | 167 | 1 | 0 | 44 | 143 | 33 | 46 | 143 | 45 |
| Binary | 10111010 | 1110111 | 1 | 0 | 100100 | 1100011 | 11011 | 100110 | 1100011 | 100101 |
Color Harmonies of #BA7701
Complementary color
Monochromatic Colors of #BA7701
Black with #BA7701
Text Example
Text Example
White with #BA7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7701; }
p { color: rgb(186,119,1); }
H1.HeaderClassName
{
color: #BA7701;
}
.AnyTagClassName
{
color: #BA7701;
}
</style>
background-color css
<style>
a { background-color: #BA7701; }
a { background-color: rgb(186,119,1); }
div.DivClassName
{
background-color: #BA7701;
}
.BgClassName
{
background-color: #BA7701;
}
</style>
border-color css
<style>
span { border-color: #BA7701; }
span { border-color: rgb(186,119,1); }
td.TdClassName
{
border-color: #BA7701;
}
.TagClassName
{
border-color: #BA7701;
}
</style>