Shades of Dark Goldenrod #BA8701
Tints of Dark Goldenrod #BA8701
RGB
CMYK
RGB Variations
Color information
#BA8701 (or 0xBA8701) is known color: Dark Goldenrod. HEX triplet: BA, 87 and 01. RGB value is (186,135,1). Sum of RGB (Red+Green+Blue) = 186+135+1=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8701 is #4578FE. Grayscale: #878787. Windows color (decimal): -4552959 or 100282. OLE color: 100282.
HSL color Cylindrical-coordinate representation of color #BA8701: hue angle of 43.46º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA8701 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.27 |
| HSL | 43.46º | 0.99% | 0.37% | - |
| HSV(B) | 43.46º | 0.99% | 0.73% | - |
| XYZ | 28.92 | 27.77 | 3.86 | - |
| YUV | 134.97 | 52.4 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 1 | 0 | 0.27 | 0.99 | 0.27 | 43.46 | 0.99 | 0.37 |
| Hex | BA | 87 | 1 | 0 | 1B | 63 | 1B | 2B | 63 | 25 |
| Octal | 272 | 207 | 1 | 0 | 33 | 143 | 33 | 53 | 143 | 45 |
| Binary | 10111010 | 10000111 | 1 | 0 | 11011 | 1100011 | 11011 | 101011 | 1100011 | 100101 |
Color Harmonies of #BA8701
Complementary color
Monochromatic Colors of #BA8701
Black with #BA8701
Text Example
Text Example
White with #BA8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8701; }
p { color: rgb(186,135,1); }
H1.HeaderClassName
{
color: #BA8701;
}
.AnyTagClassName
{
color: #BA8701;
}
</style>
background-color css
<style>
a { background-color: #BA8701; }
a { background-color: rgb(186,135,1); }
div.DivClassName
{
background-color: #BA8701;
}
.BgClassName
{
background-color: #BA8701;
}
</style>
border-color css
<style>
span { border-color: #BA8701; }
span { border-color: rgb(186,135,1); }
td.TdClassName
{
border-color: #BA8701;
}
.TagClassName
{
border-color: #BA8701;
}
</style>