Shades of Dark Goldenrod #BA9B01
Tints of Dark Goldenrod #BA9B01
RGB
CMYK
RGB Variations
Color information
#BA9B01 (or 0xBA9B01) is known color: Dark Goldenrod. HEX triplet: BA, 9B and 01. RGB value is (186,155,1). Sum of RGB (Red+Green+Blue) = 186+155+1=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9B01 is #4564FE. Grayscale: #939393. Windows color (decimal): -4547839 or 105402. OLE color: 105402.
HSL color Cylindrical-coordinate representation of color #BA9B01: hue angle of 49.95º 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 #BA9B01 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.27 |
| HSL | 49.95º | 0.99% | 0.37% | - |
| HSV(B) | 49.95º | 0.99% | 0.73% | - |
| XYZ | 31.98 | 33.88 | 4.88 | - |
| YUV | 146.71 | 45.77 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 1 | 0 | 0.17 | 0.99 | 0.27 | 49.95 | 0.99 | 0.37 |
| Hex | BA | 9B | 1 | 0 | 11 | 63 | 1B | 32 | 63 | 25 |
| Octal | 272 | 233 | 1 | 0 | 21 | 143 | 33 | 62 | 143 | 45 |
| Binary | 10111010 | 10011011 | 1 | 0 | 10001 | 1100011 | 11011 | 110010 | 1100011 | 100101 |
Color Harmonies of #BA9B01
Complementary color
Monochromatic Colors of #BA9B01
Black with #BA9B01
Text Example
Text Example
White with #BA9B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B01; }
p { color: rgb(186,155,1); }
H1.HeaderClassName
{
color: #BA9B01;
}
.AnyTagClassName
{
color: #BA9B01;
}
</style>
background-color css
<style>
a { background-color: #BA9B01; }
a { background-color: rgb(186,155,1); }
div.DivClassName
{
background-color: #BA9B01;
}
.BgClassName
{
background-color: #BA9B01;
}
</style>
border-color css
<style>
span { border-color: #BA9B01; }
span { border-color: rgb(186,155,1); }
td.TdClassName
{
border-color: #BA9B01;
}
.TagClassName
{
border-color: #BA9B01;
}
</style>