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