Shades of Dark Goldenrod #BA9001
Tints of Dark Goldenrod #BA9001
RGB
CMYK
RGB Variations
Color information
#BA9001 (or 0xBA9001) is known color: Dark Goldenrod. HEX triplet: BA, 90 and 01. RGB value is (186,144,1). Sum of RGB (Red+Green+Blue) = 186+144+1=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9001 is #456FFE. Grayscale: #8C8C8C. Windows color (decimal): -4550655 or 102586. OLE color: 102586.
HSL color Cylindrical-coordinate representation of color #BA9001: hue angle of 46.38º 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 #BA9001 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.27 |
| HSL | 46.38º | 0.99% | 0.37% | - |
| HSV(B) | 46.38º | 0.99% | 0.73% | - |
| XYZ | 30.23 | 30.39 | 4.3 | - |
| YUV | 140.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 1 | 0 | 0.23 | 0.99 | 0.27 | 46.38 | 0.99 | 0.37 |
| Hex | BA | 90 | 1 | 0 | 17 | 63 | 1B | 2E | 63 | 25 |
| Octal | 272 | 220 | 1 | 0 | 27 | 143 | 33 | 56 | 143 | 45 |
| Binary | 10111010 | 10010000 | 1 | 0 | 10111 | 1100011 | 11011 | 101110 | 1100011 | 100101 |
Color Harmonies of #BA9001
Complementary color
Monochromatic Colors of #BA9001
Black with #BA9001
Text Example
Text Example
White with #BA9001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9001; }
p { color: rgb(186,144,1); }
H1.HeaderClassName
{
color: #BA9001;
}
.AnyTagClassName
{
color: #BA9001;
}
</style>
background-color css
<style>
a { background-color: #BA9001; }
a { background-color: rgb(186,144,1); }
div.DivClassName
{
background-color: #BA9001;
}
.BgClassName
{
background-color: #BA9001;
}
</style>
border-color css
<style>
span { border-color: #BA9001; }
span { border-color: rgb(186,144,1); }
td.TdClassName
{
border-color: #BA9001;
}
.TagClassName
{
border-color: #BA9001;
}
</style>