Shades of Dark Goldenrod #BA7410
Tints of Dark Goldenrod #BA7410
RGB
CMYK
RGB Variations
Color information
#BA7410 (or 0xBA7410) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 10. RGB value is (186,116,16). Sum of RGB (Red+Green+Blue) = 186+116+16=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7410 is #458BEF. Grayscale: #7E7E7E. Windows color (decimal): -4557808 or 1078458. OLE color: 1078458.
HSL color Cylindrical-coordinate representation of color #BA7410: hue angle of 35.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA7410 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 16 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.27 |
| HSL | 35.29º | 0.84% | 0.4% | - |
| HSV(B) | 35.29º | 0.91% | 0.73% | - |
| XYZ | 26.59 | 22.97 | 3.52 | - |
| YUV | 125.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 16 | 0 | 0.38 | 0.91 | 0.27 | 35.29 | 0.84 | 0.4 |
| Hex | BA | 74 | 10 | 0 | 26 | 5B | 1B | 23 | 54 | 28 |
| Octal | 272 | 164 | 20 | 0 | 46 | 133 | 33 | 43 | 124 | 50 |
| Binary | 10111010 | 1110100 | 10000 | 0 | 100110 | 1011011 | 11011 | 100011 | 1010100 | 101000 |
Color Harmonies of #BA7410
Complementary color
Monochromatic Colors of #BA7410
Black with #BA7410
Text Example
Text Example
White with #BA7410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7410; }
p { color: rgb(186,116,16); }
H1.HeaderClassName
{
color: #BA7410;
}
.AnyTagClassName
{
color: #BA7410;
}
</style>
background-color css
<style>
a { background-color: #BA7410; }
a { background-color: rgb(186,116,16); }
div.DivClassName
{
background-color: #BA7410;
}
.BgClassName
{
background-color: #BA7410;
}
</style>
border-color css
<style>
span { border-color: #BA7410; }
span { border-color: rgb(186,116,16); }
td.TdClassName
{
border-color: #BA7410;
}
.TagClassName
{
border-color: #BA7410;
}
</style>