Shades of Dark Goldenrod #BA700A
Tints of Dark Goldenrod #BA700A
RGB
CMYK
RGB Variations
Color information
#BA700A (or 0xBA700A) is known color: Dark Goldenrod. HEX triplet: BA, 70 and 0A. RGB value is (186,112,10). Sum of RGB (Red+Green+Blue) = 186+112+10=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA700A is #458FF5. Grayscale: #7A7A7A. Windows color (decimal): -4558838 or 684218. OLE color: 684218.
HSL color Cylindrical-coordinate representation of color #BA700A: hue angle of 34.77º 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 #BA700A is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 10 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.27 |
| HSL | 34.77º | 0.9% | 0.38% | - |
| HSV(B) | 34.77º | 0.95% | 0.73% | - |
| XYZ | 26.1 | 22.05 | 3.17 | - |
| YUV | 122.5 | 64.52 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 10 | 0 | 0.40 | 0.95 | 0.27 | 34.77 | 0.9 | 0.38 |
| Hex | BA | 70 | A | 0 | 28 | 5F | 1B | 23 | 5A | 26 |
| Octal | 272 | 160 | 12 | 0 | 50 | 137 | 33 | 43 | 132 | 46 |
| Binary | 10111010 | 1110000 | 1010 | 0 | 101000 | 1011111 | 11011 | 100011 | 1011010 | 100110 |
Color Harmonies of #BA700A
Complementary color
Monochromatic Colors of #BA700A
Black with #BA700A
Text Example
Text Example
White with #BA700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA700A; }
p { color: rgb(186,112,10); }
H1.HeaderClassName
{
color: #BA700A;
}
.AnyTagClassName
{
color: #BA700A;
}
</style>
background-color css
<style>
a { background-color: #BA700A; }
a { background-color: rgb(186,112,10); }
div.DivClassName
{
background-color: #BA700A;
}
.BgClassName
{
background-color: #BA700A;
}
</style>
border-color css
<style>
span { border-color: #BA700A; }
span { border-color: rgb(186,112,10); }
td.TdClassName
{
border-color: #BA700A;
}
.TagClassName
{
border-color: #BA700A;
}
</style>