Shades of Dark Goldenrod #BA940B
Tints of Dark Goldenrod #BA940B
RGB
CMYK
RGB Variations
Color information
#BA940B (or 0xBA940B) is known color: Dark Goldenrod. HEX triplet: BA, 94 and 0B. RGB value is (186,148,11). Sum of RGB (Red+Green+Blue) = 186+148+11=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA940B is #456BF4. Grayscale: #909090. Windows color (decimal): -4549621 or 758970. OLE color: 758970.
HSL color Cylindrical-coordinate representation of color #BA940B: hue angle of 46.97º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA940B is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 11 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.27 |
| HSL | 46.97º | 0.89% | 0.39% | - |
| HSV(B) | 46.97º | 0.94% | 0.73% | - |
| XYZ | 30.9 | 31.64 | 4.8 | - |
| YUV | 143.74 | 53.09 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 11 | 0 | 0.20 | 0.94 | 0.27 | 46.97 | 0.89 | 0.39 |
| Hex | BA | 94 | B | 0 | 14 | 5E | 1B | 2F | 59 | 27 |
| Octal | 272 | 224 | 13 | 0 | 24 | 136 | 33 | 57 | 131 | 47 |
| Binary | 10111010 | 10010100 | 1011 | 0 | 10100 | 1011110 | 11011 | 101111 | 1011001 | 100111 |
Color Harmonies of #BA940B
Complementary color
Monochromatic Colors of #BA940B
Black with #BA940B
Text Example
Text Example
White with #BA940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA940B; }
p { color: rgb(186,148,11); }
H1.HeaderClassName
{
color: #BA940B;
}
.AnyTagClassName
{
color: #BA940B;
}
</style>
background-color css
<style>
a { background-color: #BA940B; }
a { background-color: rgb(186,148,11); }
div.DivClassName
{
background-color: #BA940B;
}
.BgClassName
{
background-color: #BA940B;
}
</style>
border-color css
<style>
span { border-color: #BA940B; }
span { border-color: rgb(186,148,11); }
td.TdClassName
{
border-color: #BA940B;
}
.TagClassName
{
border-color: #BA940B;
}
</style>