Shades of Dark Goldenrod #BA840A
Tints of Dark Goldenrod #BA840A
RGB
CMYK
RGB Variations
Color information
#BA840A (or 0xBA840A) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 0A. RGB value is (186,132,10). Sum of RGB (Red+Green+Blue) = 186+132+10=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA840A is #457BF5. Grayscale: #868686. Windows color (decimal): -4553718 or 689338. OLE color: 689338.
HSL color Cylindrical-coordinate representation of color #BA840A: hue angle of 41.59º 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 #BA840A is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 10 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.27 |
| HSL | 41.59º | 0.9% | 0.38% | - |
| HSV(B) | 41.59º | 0.95% | 0.73% | - |
| XYZ | 28.56 | 26.96 | 3.99 | - |
| YUV | 134.24 | 57.89 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 10 | 0 | 0.29 | 0.95 | 0.27 | 41.59 | 0.9 | 0.38 |
| Hex | BA | 84 | A | 0 | 1D | 5F | 1B | 2A | 5A | 26 |
| Octal | 272 | 204 | 12 | 0 | 35 | 137 | 33 | 52 | 132 | 46 |
| Binary | 10111010 | 10000100 | 1010 | 0 | 11101 | 1011111 | 11011 | 101010 | 1011010 | 100110 |
Color Harmonies of #BA840A
Complementary color
Monochromatic Colors of #BA840A
Black with #BA840A
Text Example
Text Example
White with #BA840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA840A; }
p { color: rgb(186,132,10); }
H1.HeaderClassName
{
color: #BA840A;
}
.AnyTagClassName
{
color: #BA840A;
}
</style>
background-color css
<style>
a { background-color: #BA840A; }
a { background-color: rgb(186,132,10); }
div.DivClassName
{
background-color: #BA840A;
}
.BgClassName
{
background-color: #BA840A;
}
</style>
border-color css
<style>
span { border-color: #BA840A; }
span { border-color: rgb(186,132,10); }
td.TdClassName
{
border-color: #BA840A;
}
.TagClassName
{
border-color: #BA840A;
}
</style>