Shades of Dark Goldenrod #BA8018
Tints of Dark Goldenrod #BA8018
RGB
CMYK
RGB Variations
Color information
#BA8018 (or 0xBA8018) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 18. RGB value is (186,128,24). Sum of RGB (Red+Green+Blue) = 186+128+24=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8018 is #457FE7. Grayscale: #858585. Windows color (decimal): -4554728 or 1605818. OLE color: 1605818.
HSL color Cylindrical-coordinate representation of color #BA8018: hue angle of 38.52º 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 #BA8018 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 24 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.27 |
| HSL | 38.52º | 0.77% | 0.41% | - |
| HSV(B) | 38.52º | 0.87% | 0.73% | - |
| XYZ | 28.13 | 25.94 | 4.39 | - |
| YUV | 133.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 24 | 0 | 0.31 | 0.87 | 0.27 | 38.52 | 0.77 | 0.41 |
| Hex | BA | 80 | 18 | 0 | 1F | 57 | 1B | 27 | 4D | 29 |
| Octal | 272 | 200 | 30 | 0 | 37 | 127 | 33 | 47 | 115 | 51 |
| Binary | 10111010 | 10000000 | 11000 | 0 | 11111 | 1010111 | 11011 | 100111 | 1001101 | 101001 |
Color Harmonies of #BA8018
Complementary color
Monochromatic Colors of #BA8018
Black with #BA8018
Text Example
Text Example
White with #BA8018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8018; }
p { color: rgb(186,128,24); }
H1.HeaderClassName
{
color: #BA8018;
}
.AnyTagClassName
{
color: #BA8018;
}
</style>
background-color css
<style>
a { background-color: #BA8018; }
a { background-color: rgb(186,128,24); }
div.DivClassName
{
background-color: #BA8018;
}
.BgClassName
{
background-color: #BA8018;
}
</style>
border-color css
<style>
span { border-color: #BA8018; }
span { border-color: rgb(186,128,24); }
td.TdClassName
{
border-color: #BA8018;
}
.TagClassName
{
border-color: #BA8018;
}
</style>