Shades of Dark Goldenrod #BA8407
Tints of Dark Goldenrod #BA8407
RGB
CMYK
RGB Variations
Color information
#BA8407 (or 0xBA8407) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 07. RGB value is (186,132,7). Sum of RGB (Red+Green+Blue) = 186+132+7=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8407 is #457BF8. Grayscale: #868686. Windows color (decimal): -4553721 or 492730. OLE color: 492730.
HSL color Cylindrical-coordinate representation of color #BA8407: hue angle of 41.9º 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 #BA8407 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 7 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.27 |
| HSL | 41.9º | 0.93% | 0.38% | - |
| HSV(B) | 41.9º | 0.96% | 0.73% | - |
| XYZ | 28.54 | 26.96 | 3.9 | - |
| YUV | 133.9 | 56.39 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 7 | 0 | 0.29 | 0.96 | 0.27 | 41.9 | 0.93 | 0.38 |
| Hex | BA | 84 | 7 | 0 | 1D | 60 | 1B | 2A | 5D | 26 |
| Octal | 272 | 204 | 7 | 0 | 35 | 140 | 33 | 52 | 135 | 46 |
| Binary | 10111010 | 10000100 | 111 | 0 | 11101 | 1100000 | 11011 | 101010 | 1011101 | 100110 |
Color Harmonies of #BA8407
Complementary color
Monochromatic Colors of #BA8407
Black with #BA8407
Text Example
Text Example
White with #BA8407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8407; }
p { color: rgb(186,132,7); }
H1.HeaderClassName
{
color: #BA8407;
}
.AnyTagClassName
{
color: #BA8407;
}
</style>
background-color css
<style>
a { background-color: #BA8407; }
a { background-color: rgb(186,132,7); }
div.DivClassName
{
background-color: #BA8407;
}
.BgClassName
{
background-color: #BA8407;
}
</style>
border-color css
<style>
span { border-color: #BA8407; }
span { border-color: rgb(186,132,7); }
td.TdClassName
{
border-color: #BA8407;
}
.TagClassName
{
border-color: #BA8407;
}
</style>