Shades of Dark Goldenrod #BA8A05
Tints of Dark Goldenrod #BA8A05
RGB
CMYK
RGB Variations
Color information
#BA8A05 (or 0xBA8A05) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 05. RGB value is (186,138,5). Sum of RGB (Red+Green+Blue) = 186+138+5=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A05 is #4575FA. Grayscale: #898989. Windows color (decimal): -4552187 or 363194. OLE color: 363194.
HSL color Cylindrical-coordinate representation of color #BA8A05: hue angle of 44.09º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA8A05 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 5 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.27 |
| HSL | 44.09º | 0.95% | 0.37% | - |
| HSV(B) | 44.09º | 0.97% | 0.73% | - |
| XYZ | 29.37 | 28.63 | 4.12 | - |
| YUV | 137.19 | 53.4 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 5 | 0 | 0.26 | 0.97 | 0.27 | 44.09 | 0.95 | 0.37 |
| Hex | BA | 8A | 5 | 0 | 1A | 61 | 1B | 2C | 5F | 25 |
| Octal | 272 | 212 | 5 | 0 | 32 | 141 | 33 | 54 | 137 | 45 |
| Binary | 10111010 | 10001010 | 101 | 0 | 11010 | 1100001 | 11011 | 101100 | 1011111 | 100101 |
Color Harmonies of #BA8A05
Complementary color
Monochromatic Colors of #BA8A05
Black with #BA8A05
Text Example
Text Example
White with #BA8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A05; }
p { color: rgb(186,138,5); }
H1.HeaderClassName
{
color: #BA8A05;
}
.AnyTagClassName
{
color: #BA8A05;
}
</style>
background-color css
<style>
a { background-color: #BA8A05; }
a { background-color: rgb(186,138,5); }
div.DivClassName
{
background-color: #BA8A05;
}
.BgClassName
{
background-color: #BA8A05;
}
</style>
border-color css
<style>
span { border-color: #BA8A05; }
span { border-color: rgb(186,138,5); }
td.TdClassName
{
border-color: #BA8A05;
}
.TagClassName
{
border-color: #BA8A05;
}
</style>