Shades of Dark Goldenrod #BA8814
Tints of Dark Goldenrod #BA8814
RGB
CMYK
RGB Variations
Color information
#BA8814 (or 0xBA8814) is known color: Dark Goldenrod. HEX triplet: BA, 88 and 14. RGB value is (186,136,20). Sum of RGB (Red+Green+Blue) = 186+136+20=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8814 is #4577EB. Grayscale: #8A8A8A. Windows color (decimal): -4552684 or 1345722. OLE color: 1345722.
HSL color Cylindrical-coordinate representation of color #BA8814: hue angle of 41.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA8814 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 20 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.27 |
| HSL | 41.93º | 0.81% | 0.4% | - |
| HSV(B) | 41.93º | 0.89% | 0.73% | - |
| XYZ | 29.18 | 28.1 | 4.55 | - |
| YUV | 137.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 20 | 0 | 0.27 | 0.89 | 0.27 | 41.93 | 0.81 | 0.4 |
| Hex | BA | 88 | 14 | 0 | 1B | 59 | 1B | 2A | 51 | 28 |
| Octal | 272 | 210 | 24 | 0 | 33 | 131 | 33 | 52 | 121 | 50 |
| Binary | 10111010 | 10001000 | 10100 | 0 | 11011 | 1011001 | 11011 | 101010 | 1010001 | 101000 |
Color Harmonies of #BA8814
Complementary color
Monochromatic Colors of #BA8814
Black with #BA8814
Text Example
Text Example
White with #BA8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8814; }
p { color: rgb(186,136,20); }
H1.HeaderClassName
{
color: #BA8814;
}
.AnyTagClassName
{
color: #BA8814;
}
</style>
background-color css
<style>
a { background-color: #BA8814; }
a { background-color: rgb(186,136,20); }
div.DivClassName
{
background-color: #BA8814;
}
.BgClassName
{
background-color: #BA8814;
}
</style>
border-color css
<style>
span { border-color: #BA8814; }
span { border-color: rgb(186,136,20); }
td.TdClassName
{
border-color: #BA8814;
}
.TagClassName
{
border-color: #BA8814;
}
</style>