Shades of Dark Goldenrod #BA8A0A
Tints of Dark Goldenrod #BA8A0A
RGB
CMYK
RGB Variations
Color information
#BA8A0A (or 0xBA8A0A) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 0A. RGB value is (186,138,10). Sum of RGB (Red+Green+Blue) = 186+138+10=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A0A is #4575F5. Grayscale: #8A8A8A. Windows color (decimal): -4552182 or 690874. OLE color: 690874.
HSL color Cylindrical-coordinate representation of color #BA8A0A: hue angle of 43.64º 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 #BA8A0A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 10 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.27 |
| HSL | 43.64º | 0.9% | 0.38% | - |
| HSV(B) | 43.64º | 0.95% | 0.73% | - |
| XYZ | 29.39 | 28.64 | 4.27 | - |
| YUV | 137.76 | 55.9 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 10 | 0 | 0.26 | 0.95 | 0.27 | 43.64 | 0.9 | 0.38 |
| Hex | BA | 8A | A | 0 | 1A | 5F | 1B | 2C | 5A | 26 |
| Octal | 272 | 212 | 12 | 0 | 32 | 137 | 33 | 54 | 132 | 46 |
| Binary | 10111010 | 10001010 | 1010 | 0 | 11010 | 1011111 | 11011 | 101100 | 1011010 | 100110 |
Color Harmonies of #BA8A0A
Complementary color
Monochromatic Colors of #BA8A0A
Black with #BA8A0A
Text Example
Text Example
White with #BA8A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A0A; }
p { color: rgb(186,138,10); }
H1.HeaderClassName
{
color: #BA8A0A;
}
.AnyTagClassName
{
color: #BA8A0A;
}
</style>
background-color css
<style>
a { background-color: #BA8A0A; }
a { background-color: rgb(186,138,10); }
div.DivClassName
{
background-color: #BA8A0A;
}
.BgClassName
{
background-color: #BA8A0A;
}
</style>
border-color css
<style>
span { border-color: #BA8A0A; }
span { border-color: rgb(186,138,10); }
td.TdClassName
{
border-color: #BA8A0A;
}
.TagClassName
{
border-color: #BA8A0A;
}
</style>