Shades of Dark Goldenrod #BA8015
Tints of Dark Goldenrod #BA8015
RGB
CMYK
RGB Variations
Color information
#BA8015 (or 0xBA8015) is known color: Dark Goldenrod. HEX triplet: BA, 80 and 15. RGB value is (186,128,21). Sum of RGB (Red+Green+Blue) = 186+128+21=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8015 is #457FEA. Grayscale: #858585. Windows color (decimal): -4554731 or 1409210. OLE color: 1409210.
HSL color Cylindrical-coordinate representation of color #BA8015: hue angle of 38.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA8015 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 21 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.27 |
| HSL | 38.91º | 0.8% | 0.41% | - |
| HSV(B) | 38.91º | 0.89% | 0.73% | - |
| XYZ | 28.1 | 25.93 | 4.23 | - |
| YUV | 133.14 | 64.72 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 21 | 0 | 0.31 | 0.89 | 0.27 | 38.91 | 0.8 | 0.41 |
| Hex | BA | 80 | 15 | 0 | 1F | 59 | 1B | 27 | 50 | 29 |
| Octal | 272 | 200 | 25 | 0 | 37 | 131 | 33 | 47 | 120 | 51 |
| Binary | 10111010 | 10000000 | 10101 | 0 | 11111 | 1011001 | 11011 | 100111 | 1010000 | 101001 |
Color Harmonies of #BA8015
Complementary color
Monochromatic Colors of #BA8015
Black with #BA8015
Text Example
Text Example
White with #BA8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8015; }
p { color: rgb(186,128,21); }
H1.HeaderClassName
{
color: #BA8015;
}
.AnyTagClassName
{
color: #BA8015;
}
</style>
background-color css
<style>
a { background-color: #BA8015; }
a { background-color: rgb(186,128,21); }
div.DivClassName
{
background-color: #BA8015;
}
.BgClassName
{
background-color: #BA8015;
}
</style>
border-color css
<style>
span { border-color: #BA8015; }
span { border-color: rgb(186,128,21); }
td.TdClassName
{
border-color: #BA8015;
}
.TagClassName
{
border-color: #BA8015;
}
</style>