Shades of Dark Goldenrod #BA8001
Tints of Dark Goldenrod #BA8001
RGB
CMYK
RGB Variations
Color information
#BA8001 (or 0xBA8001) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 01. RGB value is (186,128,1). Sum of RGB (Red+Green+Blue) = 186+128+1=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8001 is #457FFE. Grayscale: #838383. Windows color (decimal): -4554751 or 98490. OLE color: 98490.
HSL color Cylindrical-coordinate representation of color #BA8001: hue angle of 41.19º 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 #BA8001 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.27 |
| HSL | 41.19º | 0.99% | 0.37% | - |
| HSV(B) | 41.19º | 0.99% | 0.73% | - |
| XYZ | 27.97 | 25.88 | 3.55 | - |
| YUV | 130.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 1 | 0 | 0.31 | 0.99 | 0.27 | 41.19 | 0.99 | 0.37 |
| Hex | BA | 80 | 1 | 0 | 1F | 63 | 1B | 29 | 63 | 25 |
| Octal | 272 | 200 | 1 | 0 | 37 | 143 | 33 | 51 | 143 | 45 |
| Binary | 10111010 | 10000000 | 1 | 0 | 11111 | 1100011 | 11011 | 101001 | 1100011 | 100101 |
Color Harmonies of #BA8001
Complementary color
Monochromatic Colors of #BA8001
Black with #BA8001
Text Example
Text Example
White with #BA8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8001; }
p { color: rgb(186,128,1); }
H1.HeaderClassName
{
color: #BA8001;
}
.AnyTagClassName
{
color: #BA8001;
}
</style>
background-color css
<style>
a { background-color: #BA8001; }
a { background-color: rgb(186,128,1); }
div.DivClassName
{
background-color: #BA8001;
}
.BgClassName
{
background-color: #BA8001;
}
</style>
border-color css
<style>
span { border-color: #BA8001; }
span { border-color: rgb(186,128,1); }
td.TdClassName
{
border-color: #BA8001;
}
.TagClassName
{
border-color: #BA8001;
}
</style>