Shades of Dark Goldenrod #BA7A17
Tints of Dark Goldenrod #BA7A17
RGB
CMYK
RGB Variations
Color information
#BA7A17 (or 0xBA7A17) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 17. RGB value is (186,122,23). Sum of RGB (Red+Green+Blue) = 186+122+23=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A17 is #4585E8. Grayscale: #828282. Windows color (decimal): -4556265 or 1538746. OLE color: 1538746.
HSL color Cylindrical-coordinate representation of color #BA7A17: hue angle of 36.44º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA7A17 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 23 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.27 |
| HSL | 36.44º | 0.78% | 0.41% | - |
| HSV(B) | 36.44º | 0.88% | 0.73% | - |
| XYZ | 27.36 | 24.42 | 4.08 | - |
| YUV | 129.85 | 67.7 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 23 | 0 | 0.34 | 0.88 | 0.27 | 36.44 | 0.78 | 0.41 |
| Hex | BA | 7A | 17 | 0 | 22 | 58 | 1B | 24 | 4E | 29 |
| Octal | 272 | 172 | 27 | 0 | 42 | 130 | 33 | 44 | 116 | 51 |
| Binary | 10111010 | 1111010 | 10111 | 0 | 100010 | 1011000 | 11011 | 100100 | 1001110 | 101001 |
Color Harmonies of #BA7A17
Complementary color
Monochromatic Colors of #BA7A17
Black with #BA7A17
Text Example
Text Example
White with #BA7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A17; }
p { color: rgb(186,122,23); }
H1.HeaderClassName
{
color: #BA7A17;
}
.AnyTagClassName
{
color: #BA7A17;
}
</style>
background-color css
<style>
a { background-color: #BA7A17; }
a { background-color: rgb(186,122,23); }
div.DivClassName
{
background-color: #BA7A17;
}
.BgClassName
{
background-color: #BA7A17;
}
</style>
border-color css
<style>
span { border-color: #BA7A17; }
span { border-color: rgb(186,122,23); }
td.TdClassName
{
border-color: #BA7A17;
}
.TagClassName
{
border-color: #BA7A17;
}
</style>