Shades of Dark Goldenrod #BA8C17
Tints of Dark Goldenrod #BA8C17
RGB
CMYK
RGB Variations
Color information
#BA8C17 (or 0xBA8C17) is known color: Dark Goldenrod. HEX triplet: BA, 8C and 17. RGB value is (186,140,23). Sum of RGB (Red+Green+Blue) = 186+140+23=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8C17 is #4573E8. Grayscale: #8C8C8C. Windows color (decimal): -4551657 or 1543354. OLE color: 1543354.
HSL color Cylindrical-coordinate representation of color #BA8C17: hue angle of 43.07º 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 #BA8C17 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 23 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.27 |
| HSL | 43.07º | 0.78% | 0.41% | - |
| HSV(B) | 43.07º | 0.88% | 0.73% | - |
| XYZ | 29.78 | 29.26 | 4.89 | - |
| YUV | 140.42 | 61.74 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 23 | 0 | 0.25 | 0.88 | 0.27 | 43.07 | 0.78 | 0.41 |
| Hex | BA | 8C | 17 | 0 | 19 | 58 | 1B | 2B | 4E | 29 |
| Octal | 272 | 214 | 27 | 0 | 31 | 130 | 33 | 53 | 116 | 51 |
| Binary | 10111010 | 10001100 | 10111 | 0 | 11001 | 1011000 | 11011 | 101011 | 1001110 | 101001 |
Color Harmonies of #BA8C17
Complementary color
Monochromatic Colors of #BA8C17
Black with #BA8C17
Text Example
Text Example
White with #BA8C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C17; }
p { color: rgb(186,140,23); }
H1.HeaderClassName
{
color: #BA8C17;
}
.AnyTagClassName
{
color: #BA8C17;
}
</style>
background-color css
<style>
a { background-color: #BA8C17; }
a { background-color: rgb(186,140,23); }
div.DivClassName
{
background-color: #BA8C17;
}
.BgClassName
{
background-color: #BA8C17;
}
</style>
border-color css
<style>
span { border-color: #BA8C17; }
span { border-color: rgb(186,140,23); }
td.TdClassName
{
border-color: #BA8C17;
}
.TagClassName
{
border-color: #BA8C17;
}
</style>