Shades of Dark Goldenrod #BA930E
Tints of Dark Goldenrod #BA930E
RGB
CMYK
RGB Variations
Color information
#BA930E (or 0xBA930E) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 0E. RGB value is (186,147,14). Sum of RGB (Red+Green+Blue) = 186+147+14=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA930E is #456CF1. Grayscale: #909090. Windows color (decimal): -4549874 or 955322. OLE color: 955322.
HSL color Cylindrical-coordinate representation of color #BA930E: hue angle of 46.4º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA930E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 14 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.27 |
| HSL | 46.4º | 0.86% | 0.39% | - |
| HSV(B) | 46.4º | 0.92% | 0.73% | - |
| XYZ | 30.76 | 31.34 | 4.84 | - |
| YUV | 143.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 14 | 0 | 0.21 | 0.92 | 0.27 | 46.4 | 0.86 | 0.39 |
| Hex | BA | 93 | E | 0 | 15 | 5C | 1B | 2E | 56 | 27 |
| Octal | 272 | 223 | 16 | 0 | 25 | 134 | 33 | 56 | 126 | 47 |
| Binary | 10111010 | 10010011 | 1110 | 0 | 10101 | 1011100 | 11011 | 101110 | 1010110 | 100111 |
Color Harmonies of #BA930E
Complementary color
Monochromatic Colors of #BA930E
Black with #BA930E
Text Example
Text Example
White with #BA930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA930E; }
p { color: rgb(186,147,14); }
H1.HeaderClassName
{
color: #BA930E;
}
.AnyTagClassName
{
color: #BA930E;
}
</style>
background-color css
<style>
a { background-color: #BA930E; }
a { background-color: rgb(186,147,14); }
div.DivClassName
{
background-color: #BA930E;
}
.BgClassName
{
background-color: #BA930E;
}
</style>
border-color css
<style>
span { border-color: #BA930E; }
span { border-color: rgb(186,147,14); }
td.TdClassName
{
border-color: #BA930E;
}
.TagClassName
{
border-color: #BA930E;
}
</style>