Shades of Dark Goldenrod #BA8611
Tints of Dark Goldenrod #BA8611
RGB
CMYK
RGB Variations
Color information
#BA8611 (or 0xBA8611) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 11. RGB value is (186,134,17). Sum of RGB (Red+Green+Blue) = 186+134+17=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8611 is #4579EE. Grayscale: #888888. Windows color (decimal): -4553199 or 1148602. OLE color: 1148602.
HSL color Cylindrical-coordinate representation of color #BA8611: hue angle of 41.54º 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 #BA8611 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 17 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.27 |
| HSL | 41.54º | 0.83% | 0.4% | - |
| HSV(B) | 41.54º | 0.91% | 0.73% | - |
| XYZ | 28.88 | 27.53 | 4.32 | - |
| YUV | 136.21 | 60.73 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 17 | 0 | 0.28 | 0.91 | 0.27 | 41.54 | 0.83 | 0.4 |
| Hex | BA | 86 | 11 | 0 | 1C | 5B | 1B | 2A | 53 | 28 |
| Octal | 272 | 206 | 21 | 0 | 34 | 133 | 33 | 52 | 123 | 50 |
| Binary | 10111010 | 10000110 | 10001 | 0 | 11100 | 1011011 | 11011 | 101010 | 1010011 | 101000 |
Color Harmonies of #BA8611
Complementary color
Monochromatic Colors of #BA8611
Black with #BA8611
Text Example
Text Example
White with #BA8611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8611; }
p { color: rgb(186,134,17); }
H1.HeaderClassName
{
color: #BA8611;
}
.AnyTagClassName
{
color: #BA8611;
}
</style>
background-color css
<style>
a { background-color: #BA8611; }
a { background-color: rgb(186,134,17); }
div.DivClassName
{
background-color: #BA8611;
}
.BgClassName
{
background-color: #BA8611;
}
</style>
border-color css
<style>
span { border-color: #BA8611; }
span { border-color: rgb(186,134,17); }
td.TdClassName
{
border-color: #BA8611;
}
.TagClassName
{
border-color: #BA8611;
}
</style>