Shades of Dark Goldenrod #BA8617
Tints of Dark Goldenrod #BA8617
RGB
CMYK
RGB Variations
Color information
#BA8617 (or 0xBA8617) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 17. RGB value is (186,134,23). Sum of RGB (Red+Green+Blue) = 186+134+23=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8617 is #4579E8. Grayscale: #898989. Windows color (decimal): -4553193 or 1541818. OLE color: 1541818.
HSL color Cylindrical-coordinate representation of color #BA8617: hue angle of 40.86º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA8617 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 23 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.27 |
| HSL | 40.86º | 0.78% | 0.41% | - |
| HSV(B) | 40.86º | 0.88% | 0.73% | - |
| XYZ | 28.93 | 27.55 | 4.6 | - |
| YUV | 136.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 23 | 0 | 0.28 | 0.88 | 0.27 | 40.86 | 0.78 | 0.41 |
| Hex | BA | 86 | 17 | 0 | 1C | 58 | 1B | 29 | 4E | 29 |
| Octal | 272 | 206 | 27 | 0 | 34 | 130 | 33 | 51 | 116 | 51 |
| Binary | 10111010 | 10000110 | 10111 | 0 | 11100 | 1011000 | 11011 | 101001 | 1001110 | 101001 |
Color Harmonies of #BA8617
Complementary color
Monochromatic Colors of #BA8617
Black with #BA8617
Text Example
Text Example
White with #BA8617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8617; }
p { color: rgb(186,134,23); }
H1.HeaderClassName
{
color: #BA8617;
}
.AnyTagClassName
{
color: #BA8617;
}
</style>
background-color css
<style>
a { background-color: #BA8617; }
a { background-color: rgb(186,134,23); }
div.DivClassName
{
background-color: #BA8617;
}
.BgClassName
{
background-color: #BA8617;
}
</style>
border-color css
<style>
span { border-color: #BA8617; }
span { border-color: rgb(186,134,23); }
td.TdClassName
{
border-color: #BA8617;
}
.TagClassName
{
border-color: #BA8617;
}
</style>