Shades of Dark Goldenrod #BA7411
Tints of Dark Goldenrod #BA7411
RGB
CMYK
RGB Variations
Color information
#BA7411 (or 0xBA7411) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 11. RGB value is (186,116,17). Sum of RGB (Red+Green+Blue) = 186+116+17=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7411 is #458BEE. Grayscale: #7E7E7E. Windows color (decimal): -4557807 or 1143994. OLE color: 1143994.
HSL color Cylindrical-coordinate representation of color #BA7411: hue angle of 35.15º degrees, saturation: 0.83, 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 #BA7411 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 17 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.27 |
| HSL | 35.15º | 0.83% | 0.4% | - |
| HSV(B) | 35.15º | 0.91% | 0.73% | - |
| XYZ | 26.6 | 22.97 | 3.56 | - |
| YUV | 125.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 17 | 0 | 0.38 | 0.91 | 0.27 | 35.15 | 0.83 | 0.4 |
| Hex | BA | 74 | 11 | 0 | 26 | 5B | 1B | 23 | 53 | 28 |
| Octal | 272 | 164 | 21 | 0 | 46 | 133 | 33 | 43 | 123 | 50 |
| Binary | 10111010 | 1110100 | 10001 | 0 | 100110 | 1011011 | 11011 | 100011 | 1010011 | 101000 |
Color Harmonies of #BA7411
Complementary color
Monochromatic Colors of #BA7411
Black with #BA7411
Text Example
Text Example
White with #BA7411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7411; }
p { color: rgb(186,116,17); }
H1.HeaderClassName
{
color: #BA7411;
}
.AnyTagClassName
{
color: #BA7411;
}
</style>
background-color css
<style>
a { background-color: #BA7411; }
a { background-color: rgb(186,116,17); }
div.DivClassName
{
background-color: #BA7411;
}
.BgClassName
{
background-color: #BA7411;
}
</style>
border-color css
<style>
span { border-color: #BA7411; }
span { border-color: rgb(186,116,17); }
td.TdClassName
{
border-color: #BA7411;
}
.TagClassName
{
border-color: #BA7411;
}
</style>