Shades of Dark Goldenrod #BA8C07
Tints of Dark Goldenrod #BA8C07
RGB
CMYK
RGB Variations
Color information
#BA8C07 (or 0xBA8C07) is known color: Dark Goldenrod. HEX triplet: BA, 8C and 07. RGB value is (186,140,7). Sum of RGB (Red+Green+Blue) = 186+140+7=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C07 is #4573F8. Grayscale: #8B8B8B. Windows color (decimal): -4551673 or 494778. OLE color: 494778.
HSL color Cylindrical-coordinate representation of color #BA8C07: hue angle of 44.58º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA8C07 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 7 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.27 |
| HSL | 44.58º | 0.93% | 0.38% | - |
| HSV(B) | 44.58º | 0.96% | 0.73% | - |
| XYZ | 29.67 | 29.21 | 4.28 | - |
| YUV | 138.59 | 53.74 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 7 | 0 | 0.25 | 0.96 | 0.27 | 44.58 | 0.93 | 0.38 |
| Hex | BA | 8C | 7 | 0 | 19 | 60 | 1B | 2D | 5D | 26 |
| Octal | 272 | 214 | 7 | 0 | 31 | 140 | 33 | 55 | 135 | 46 |
| Binary | 10111010 | 10001100 | 111 | 0 | 11001 | 1100000 | 11011 | 101101 | 1011101 | 100110 |
Color Harmonies of #BA8C07
Complementary color
Monochromatic Colors of #BA8C07
Black with #BA8C07
Text Example
Text Example
White with #BA8C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C07; }
p { color: rgb(186,140,7); }
H1.HeaderClassName
{
color: #BA8C07;
}
.AnyTagClassName
{
color: #BA8C07;
}
</style>
background-color css
<style>
a { background-color: #BA8C07; }
a { background-color: rgb(186,140,7); }
div.DivClassName
{
background-color: #BA8C07;
}
.BgClassName
{
background-color: #BA8C07;
}
</style>
border-color css
<style>
span { border-color: #BA8C07; }
span { border-color: rgb(186,140,7); }
td.TdClassName
{
border-color: #BA8C07;
}
.TagClassName
{
border-color: #BA8C07;
}
</style>