Shades of Dark Goldenrod #BA8602
Tints of Dark Goldenrod #BA8602
RGB
CMYK
RGB Variations
Color information
#BA8602 (or 0xBA8602) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 02. RGB value is (186,134,2). Sum of RGB (Red+Green+Blue) = 186+134+2=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8602 is #4579FD. Grayscale: #878787. Windows color (decimal): -4553214 or 165562. OLE color: 165562.
HSL color Cylindrical-coordinate representation of color #BA8602: hue angle of 43.04º degrees, saturation: 0.98, 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 #BA8602 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.27 |
| HSL | 43.04º | 0.98% | 0.37% | - |
| HSV(B) | 43.04º | 0.99% | 0.73% | - |
| XYZ | 28.79 | 27.49 | 3.85 | - |
| YUV | 134.5 | 53.23 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 2 | 0 | 0.28 | 0.99 | 0.27 | 43.04 | 0.98 | 0.37 |
| Hex | BA | 86 | 2 | 0 | 1C | 63 | 1B | 2B | 62 | 25 |
| Octal | 272 | 206 | 2 | 0 | 34 | 143 | 33 | 53 | 142 | 45 |
| Binary | 10111010 | 10000110 | 10 | 0 | 11100 | 1100011 | 11011 | 101011 | 1100010 | 100101 |
Color Harmonies of #BA8602
Complementary color
Monochromatic Colors of #BA8602
Black with #BA8602
Text Example
Text Example
White with #BA8602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8602; }
p { color: rgb(186,134,2); }
H1.HeaderClassName
{
color: #BA8602;
}
.AnyTagClassName
{
color: #BA8602;
}
</style>
background-color css
<style>
a { background-color: #BA8602; }
a { background-color: rgb(186,134,2); }
div.DivClassName
{
background-color: #BA8602;
}
.BgClassName
{
background-color: #BA8602;
}
</style>
border-color css
<style>
span { border-color: #BA8602; }
span { border-color: rgb(186,134,2); }
td.TdClassName
{
border-color: #BA8602;
}
.TagClassName
{
border-color: #BA8602;
}
</style>