Shades of Dark Goldenrod #BA940C
Tints of Dark Goldenrod #BA940C
RGB
CMYK
RGB Variations
Color information
#BA940C (or 0xBA940C) is known color: Dark Goldenrod. HEX triplet: BA, 94 and 0C. RGB value is (186,148,12). Sum of RGB (Red+Green+Blue) = 186+148+12=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA940C is #456BF3. Grayscale: #909090. Windows color (decimal): -4549620 or 824506. OLE color: 824506.
HSL color Cylindrical-coordinate representation of color #BA940C: hue angle of 46.9º degrees, saturation: 0.88, 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 #BA940C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.27 |
| HSL | 46.9º | 0.88% | 0.39% | - |
| HSV(B) | 46.9º | 0.94% | 0.73% | - |
| XYZ | 30.91 | 31.65 | 4.83 | - |
| YUV | 143.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 12 | 0 | 0.20 | 0.94 | 0.27 | 46.9 | 0.88 | 0.39 |
| Hex | BA | 94 | C | 0 | 14 | 5E | 1B | 2F | 58 | 27 |
| Octal | 272 | 224 | 14 | 0 | 24 | 136 | 33 | 57 | 130 | 47 |
| Binary | 10111010 | 10010100 | 1100 | 0 | 10100 | 1011110 | 11011 | 101111 | 1011000 | 100111 |
Color Harmonies of #BA940C
Complementary color
Monochromatic Colors of #BA940C
Black with #BA940C
Text Example
Text Example
White with #BA940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA940C; }
p { color: rgb(186,148,12); }
H1.HeaderClassName
{
color: #BA940C;
}
.AnyTagClassName
{
color: #BA940C;
}
</style>
background-color css
<style>
a { background-color: #BA940C; }
a { background-color: rgb(186,148,12); }
div.DivClassName
{
background-color: #BA940C;
}
.BgClassName
{
background-color: #BA940C;
}
</style>
border-color css
<style>
span { border-color: #BA940C; }
span { border-color: rgb(186,148,12); }
td.TdClassName
{
border-color: #BA940C;
}
.TagClassName
{
border-color: #BA940C;
}
</style>