Shades of Dark Goldenrod #BA8401
Tints of Dark Goldenrod #BA8401
RGB
CMYK
RGB Variations
Color information
#BA8401 (or 0xBA8401) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 01. RGB value is (186,132,1). Sum of RGB (Red+Green+Blue) = 186+132+1=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8401 is #457BFE. Grayscale: #858585. Windows color (decimal): -4553727 or 99514. OLE color: 99514.
HSL color Cylindrical-coordinate representation of color #BA8401: hue angle of 42.49º 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 #BA8401 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.27 |
| HSL | 42.49º | 0.99% | 0.37% | - |
| HSV(B) | 42.49º | 0.99% | 0.73% | - |
| XYZ | 28.51 | 26.94 | 3.73 | - |
| YUV | 133.21 | 53.39 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 1 | 0 | 0.29 | 0.99 | 0.27 | 42.49 | 0.99 | 0.37 |
| Hex | BA | 84 | 1 | 0 | 1D | 63 | 1B | 2A | 63 | 25 |
| Octal | 272 | 204 | 1 | 0 | 35 | 143 | 33 | 52 | 143 | 45 |
| Binary | 10111010 | 10000100 | 1 | 0 | 11101 | 1100011 | 11011 | 101010 | 1100011 | 100101 |
Color Harmonies of #BA8401
Complementary color
Monochromatic Colors of #BA8401
Black with #BA8401
Text Example
Text Example
White with #BA8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8401; }
p { color: rgb(186,132,1); }
H1.HeaderClassName
{
color: #BA8401;
}
.AnyTagClassName
{
color: #BA8401;
}
</style>
background-color css
<style>
a { background-color: #BA8401; }
a { background-color: rgb(186,132,1); }
div.DivClassName
{
background-color: #BA8401;
}
.BgClassName
{
background-color: #BA8401;
}
</style>
border-color css
<style>
span { border-color: #BA8401; }
span { border-color: rgb(186,132,1); }
td.TdClassName
{
border-color: #BA8401;
}
.TagClassName
{
border-color: #BA8401;
}
</style>