Shades of Dark Goldenrod #BA8C05
Tints of Dark Goldenrod #BA8C05
RGB
CMYK
RGB Variations
Color information
#BA8C05 (or 0xBA8C05) is known color: Dark Goldenrod. HEX triplet: BA, 8C and 05. RGB value is (186,140,5). Sum of RGB (Red+Green+Blue) = 186+140+5=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C05 is #4573FA. Grayscale: #8A8A8A. Windows color (decimal): -4551675 or 363706. OLE color: 363706.
HSL color Cylindrical-coordinate representation of color #BA8C05: hue angle of 44.75º 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 #BA8C05 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.27 |
| HSL | 44.75º | 0.95% | 0.37% | - |
| HSV(B) | 44.75º | 0.97% | 0.73% | - |
| XYZ | 29.66 | 29.21 | 4.22 | - |
| YUV | 138.36 | 52.74 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 5 | 0 | 0.25 | 0.97 | 0.27 | 44.75 | 0.95 | 0.37 |
| Hex | BA | 8C | 5 | 0 | 19 | 61 | 1B | 2D | 5F | 25 |
| Octal | 272 | 214 | 5 | 0 | 31 | 141 | 33 | 55 | 137 | 45 |
| Binary | 10111010 | 10001100 | 101 | 0 | 11001 | 1100001 | 11011 | 101101 | 1011111 | 100101 |
Color Harmonies of #BA8C05
Complementary color
Monochromatic Colors of #BA8C05
Black with #BA8C05
Text Example
Text Example
White with #BA8C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C05; }
p { color: rgb(186,140,5); }
H1.HeaderClassName
{
color: #BA8C05;
}
.AnyTagClassName
{
color: #BA8C05;
}
</style>
background-color css
<style>
a { background-color: #BA8C05; }
a { background-color: rgb(186,140,5); }
div.DivClassName
{
background-color: #BA8C05;
}
.BgClassName
{
background-color: #BA8C05;
}
</style>
border-color css
<style>
span { border-color: #BA8C05; }
span { border-color: rgb(186,140,5); }
td.TdClassName
{
border-color: #BA8C05;
}
.TagClassName
{
border-color: #BA8C05;
}
</style>