Shades of Dark Goldenrod #BA8501
Tints of Dark Goldenrod #BA8501
RGB
CMYK
RGB Variations
Color information
#BA8501 (or 0xBA8501) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 01. RGB value is (186,133,1). Sum of RGB (Red+Green+Blue) = 186+133+1=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8501 is #457AFE. Grayscale: #868686. Windows color (decimal): -4553471 or 99770. OLE color: 99770.
HSL color Cylindrical-coordinate representation of color #BA8501: hue angle of 42.81º 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 #BA8501 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.27 |
| HSL | 42.81º | 0.99% | 0.37% | - |
| HSV(B) | 42.81º | 0.99% | 0.73% | - |
| XYZ | 28.64 | 27.22 | 3.77 | - |
| YUV | 133.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 1 | 0 | 0.28 | 0.99 | 0.27 | 42.81 | 0.99 | 0.37 |
| Hex | BA | 85 | 1 | 0 | 1C | 63 | 1B | 2B | 63 | 25 |
| Octal | 272 | 205 | 1 | 0 | 34 | 143 | 33 | 53 | 143 | 45 |
| Binary | 10111010 | 10000101 | 1 | 0 | 11100 | 1100011 | 11011 | 101011 | 1100011 | 100101 |
Color Harmonies of #BA8501
Complementary color
Monochromatic Colors of #BA8501
Black with #BA8501
Text Example
Text Example
White with #BA8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8501; }
p { color: rgb(186,133,1); }
H1.HeaderClassName
{
color: #BA8501;
}
.AnyTagClassName
{
color: #BA8501;
}
</style>
background-color css
<style>
a { background-color: #BA8501; }
a { background-color: rgb(186,133,1); }
div.DivClassName
{
background-color: #BA8501;
}
.BgClassName
{
background-color: #BA8501;
}
</style>
border-color css
<style>
span { border-color: #BA8501; }
span { border-color: rgb(186,133,1); }
td.TdClassName
{
border-color: #BA8501;
}
.TagClassName
{
border-color: #BA8501;
}
</style>