Shades of Dark Goldenrod #BA8607
Tints of Dark Goldenrod #BA8607
RGB
CMYK
RGB Variations
Color information
#BA8607 (or 0xBA8607) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 07. RGB value is (186,134,7). Sum of RGB (Red+Green+Blue) = 186+134+7=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8607 is #4579F8. Grayscale: #878787. Windows color (decimal): -4553209 or 493242. OLE color: 493242.
HSL color Cylindrical-coordinate representation of color #BA8607: hue angle of 42.57º 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 #BA8607 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 7 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.27 |
| HSL | 42.57º | 0.93% | 0.38% | - |
| HSV(B) | 42.57º | 0.96% | 0.73% | - |
| XYZ | 28.81 | 27.5 | 3.99 | - |
| YUV | 135.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 7 | 0 | 0.28 | 0.96 | 0.27 | 42.57 | 0.93 | 0.38 |
| Hex | BA | 86 | 7 | 0 | 1C | 60 | 1B | 2B | 5D | 26 |
| Octal | 272 | 206 | 7 | 0 | 34 | 140 | 33 | 53 | 135 | 46 |
| Binary | 10111010 | 10000110 | 111 | 0 | 11100 | 1100000 | 11011 | 101011 | 1011101 | 100110 |
Color Harmonies of #BA8607
Complementary color
Monochromatic Colors of #BA8607
Black with #BA8607
Text Example
Text Example
White with #BA8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8607; }
p { color: rgb(186,134,7); }
H1.HeaderClassName
{
color: #BA8607;
}
.AnyTagClassName
{
color: #BA8607;
}
</style>
background-color css
<style>
a { background-color: #BA8607; }
a { background-color: rgb(186,134,7); }
div.DivClassName
{
background-color: #BA8607;
}
.BgClassName
{
background-color: #BA8607;
}
</style>
border-color css
<style>
span { border-color: #BA8607; }
span { border-color: rgb(186,134,7); }
td.TdClassName
{
border-color: #BA8607;
}
.TagClassName
{
border-color: #BA8607;
}
</style>