Shades of Dark Goldenrod #BA950A
Tints of Dark Goldenrod #BA950A
RGB
CMYK
RGB Variations
Color information
#BA950A (or 0xBA950A) is known color: Dark Goldenrod. HEX triplet: BA, 95 and 0A. RGB value is (186,149,10). Sum of RGB (Red+Green+Blue) = 186+149+10=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA950A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA950A is #456AF5. Grayscale: #909090. Windows color (decimal): -4549366 or 693690. OLE color: 693690.
HSL color Cylindrical-coordinate representation of color #BA950A: hue angle of 47.39º 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 #BA950A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 10 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.27 |
| HSL | 47.39º | 0.9% | 0.38% | - |
| HSV(B) | 47.39º | 0.95% | 0.73% | - |
| XYZ | 31.05 | 31.96 | 4.82 | - |
| YUV | 144.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 10 | 0 | 0.20 | 0.95 | 0.27 | 47.39 | 0.9 | 0.38 |
| Hex | BA | 95 | A | 0 | 14 | 5F | 1B | 2F | 5A | 26 |
| Octal | 272 | 225 | 12 | 0 | 24 | 137 | 33 | 57 | 132 | 46 |
| Binary | 10111010 | 10010101 | 1010 | 0 | 10100 | 1011111 | 11011 | 101111 | 1011010 | 100110 |
Color Harmonies of #BA950A
Complementary color
Monochromatic Colors of #BA950A
Black with #BA950A
Text Example
Text Example
White with #BA950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA950A; }
p { color: rgb(186,149,10); }
H1.HeaderClassName
{
color: #BA950A;
}
.AnyTagClassName
{
color: #BA950A;
}
</style>
background-color css
<style>
a { background-color: #BA950A; }
a { background-color: rgb(186,149,10); }
div.DivClassName
{
background-color: #BA950A;
}
.BgClassName
{
background-color: #BA950A;
}
</style>
border-color css
<style>
span { border-color: #BA950A; }
span { border-color: rgb(186,149,10); }
td.TdClassName
{
border-color: #BA950A;
}
.TagClassName
{
border-color: #BA950A;
}
</style>