Shades of Dark Goldenrod #BA8D18
Tints of Dark Goldenrod #BA8D18
RGB
CMYK
RGB Variations
Color information
#BA8D18 (or 0xBA8D18) is known color: Dark Goldenrod. HEX triplet: BA, 8D and 18. RGB value is (186,141,24). Sum of RGB (Red+Green+Blue) = 186+141+24=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8D18 is #4572E7. Grayscale: #8D8D8D. Windows color (decimal): -4551400 or 1609146. OLE color: 1609146.
HSL color Cylindrical-coordinate representation of color #BA8D18: hue angle of 43.33º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA8D18 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 24 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.27 |
| HSL | 43.33º | 0.77% | 0.41% | - |
| HSV(B) | 43.33º | 0.87% | 0.73% | - |
| XYZ | 29.94 | 29.55 | 4.99 | - |
| YUV | 141.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 24 | 0 | 0.24 | 0.87 | 0.27 | 43.33 | 0.77 | 0.41 |
| Hex | BA | 8D | 18 | 0 | 18 | 57 | 1B | 2B | 4D | 29 |
| Octal | 272 | 215 | 30 | 0 | 30 | 127 | 33 | 53 | 115 | 51 |
| Binary | 10111010 | 10001101 | 11000 | 0 | 11000 | 1010111 | 11011 | 101011 | 1001101 | 101001 |
Color Harmonies of #BA8D18
Complementary color
Monochromatic Colors of #BA8D18
Black with #BA8D18
Text Example
Text Example
White with #BA8D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D18; }
p { color: rgb(186,141,24); }
H1.HeaderClassName
{
color: #BA8D18;
}
.AnyTagClassName
{
color: #BA8D18;
}
</style>
background-color css
<style>
a { background-color: #BA8D18; }
a { background-color: rgb(186,141,24); }
div.DivClassName
{
background-color: #BA8D18;
}
.BgClassName
{
background-color: #BA8D18;
}
</style>
border-color css
<style>
span { border-color: #BA8D18; }
span { border-color: rgb(186,141,24); }
td.TdClassName
{
border-color: #BA8D18;
}
.TagClassName
{
border-color: #BA8D18;
}
</style>