Shades of Dark Goldenrod #BA7814
Tints of Dark Goldenrod #BA7814
RGB
CMYK
RGB Variations
Color information
#BA7814 (or 0xBA7814) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 14. RGB value is (186,120,20). Sum of RGB (Red+Green+Blue) = 186+120+20=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7814 is #4587EB. Grayscale: #808080. Windows color (decimal): -4556780 or 1341626. OLE color: 1341626.
HSL color Cylindrical-coordinate representation of color #BA7814: hue angle of 36.14º 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 #BA7814 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 20 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.27 |
| HSL | 36.14º | 0.81% | 0.4% | - |
| HSV(B) | 36.14º | 0.89% | 0.73% | - |
| XYZ | 27.09 | 23.92 | 3.85 | - |
| YUV | 128.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 20 | 0 | 0.35 | 0.89 | 0.27 | 36.14 | 0.81 | 0.4 |
| Hex | BA | 78 | 14 | 0 | 23 | 59 | 1B | 24 | 51 | 28 |
| Octal | 272 | 170 | 24 | 0 | 43 | 131 | 33 | 44 | 121 | 50 |
| Binary | 10111010 | 1111000 | 10100 | 0 | 100011 | 1011001 | 11011 | 100100 | 1010001 | 101000 |
Color Harmonies of #BA7814
Complementary color
Monochromatic Colors of #BA7814
Black with #BA7814
Text Example
Text Example
White with #BA7814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7814; }
p { color: rgb(186,120,20); }
H1.HeaderClassName
{
color: #BA7814;
}
.AnyTagClassName
{
color: #BA7814;
}
</style>
background-color css
<style>
a { background-color: #BA7814; }
a { background-color: rgb(186,120,20); }
div.DivClassName
{
background-color: #BA7814;
}
.BgClassName
{
background-color: #BA7814;
}
</style>
border-color css
<style>
span { border-color: #BA7814; }
span { border-color: rgb(186,120,20); }
td.TdClassName
{
border-color: #BA7814;
}
.TagClassName
{
border-color: #BA7814;
}
</style>