Shades of Dark Goldenrod #BA8700
Tints of Dark Goldenrod #BA8700
RGB
CMYK
RGB Variations
Color information
#BA8700 (or 0xBA8700) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 00. RGB value is (186,135,0). Sum of RGB (Red+Green+Blue) = 186+135+0=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8700 is #4578FF. Grayscale: #878787. Windows color (decimal): -4552960 or 34746. OLE color: 34746.
HSL color Cylindrical-coordinate representation of color #BA8700: hue angle of 43.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA8700 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.27 |
| HSL | 43.55º | 1% | 0.36% | - |
| HSV(B) | 43.55º | 1% | 0.73% | - |
| XYZ | 28.91 | 27.77 | 3.84 | - |
| YUV | 134.86 | 51.9 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 0 | 0 | 0.27 | 1 | 0.27 | 43.55 | 1 | 0.36 |
| Hex | BA | 87 | 0 | 0 | 1B | 64 | 1B | 2C | 64 | 24 |
| Octal | 272 | 207 | 0 | 0 | 33 | 144 | 33 | 54 | 144 | 44 |
| Binary | 10111010 | 10000111 | 0 | 0 | 11011 | 1100100 | 11011 | 101100 | 1100100 | 100100 |
Color Harmonies of #BA8700
Complementary color
Monochromatic Colors of #BA8700
Black with #BA8700
Text Example
Text Example
White with #BA8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8700; }
p { color: rgb(186,135,0); }
H1.HeaderClassName
{
color: #BA8700;
}
.AnyTagClassName
{
color: #BA8700;
}
</style>
background-color css
<style>
a { background-color: #BA8700; }
a { background-color: rgb(186,135,0); }
div.DivClassName
{
background-color: #BA8700;
}
.BgClassName
{
background-color: #BA8700;
}
</style>
border-color css
<style>
span { border-color: #BA8700; }
span { border-color: rgb(186,135,0); }
td.TdClassName
{
border-color: #BA8700;
}
.TagClassName
{
border-color: #BA8700;
}
</style>