Shades of Dark Goldenrod #BA930A
Tints of Dark Goldenrod #BA930A
RGB
CMYK
RGB Variations
Color information
#BA930A (or 0xBA930A) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 0A. RGB value is (186,147,10). Sum of RGB (Red+Green+Blue) = 186+147+10=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA930A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA930A is #456CF5. Grayscale: #8F8F8F. Windows color (decimal): -4549878 or 693178. OLE color: 693178.
HSL color Cylindrical-coordinate representation of color #BA930A: hue angle of 46.7º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA930A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.27 |
| HSL | 46.7º | 0.9% | 0.38% | - |
| HSV(B) | 46.7º | 0.95% | 0.73% | - |
| XYZ | 30.74 | 31.33 | 4.71 | - |
| YUV | 143.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 10 | 0 | 0.21 | 0.95 | 0.27 | 46.7 | 0.9 | 0.38 |
| Hex | BA | 93 | A | 0 | 15 | 5F | 1B | 2F | 5A | 26 |
| Octal | 272 | 223 | 12 | 0 | 25 | 137 | 33 | 57 | 132 | 46 |
| Binary | 10111010 | 10010011 | 1010 | 0 | 10101 | 1011111 | 11011 | 101111 | 1011010 | 100110 |
Color Harmonies of #BA930A
Complementary color
Monochromatic Colors of #BA930A
Black with #BA930A
Text Example
Text Example
White with #BA930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA930A; }
p { color: rgb(186,147,10); }
H1.HeaderClassName
{
color: #BA930A;
}
.AnyTagClassName
{
color: #BA930A;
}
</style>
background-color css
<style>
a { background-color: #BA930A; }
a { background-color: rgb(186,147,10); }
div.DivClassName
{
background-color: #BA930A;
}
.BgClassName
{
background-color: #BA930A;
}
</style>
border-color css
<style>
span { border-color: #BA930A; }
span { border-color: rgb(186,147,10); }
td.TdClassName
{
border-color: #BA930A;
}
.TagClassName
{
border-color: #BA930A;
}
</style>