Shades of Dark Goldenrod #BA7E16
Tints of Dark Goldenrod #BA7E16
RGB
CMYK
RGB Variations
Color information
#BA7E16 (or 0xBA7E16) is known color: Dark Goldenrod. HEX triplet: BA, 7E and 16. RGB value is (186,126,22). Sum of RGB (Red+Green+Blue) = 186+126+22=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7E16 is #4581E9. Grayscale: #848484. Windows color (decimal): -4555242 or 1474234. OLE color: 1474234.
HSL color Cylindrical-coordinate representation of color #BA7E16: hue angle of 38.05º degrees, saturation: 0.79, 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 #BA7E16 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 22 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.27 |
| HSL | 38.05º | 0.79% | 0.41% | - |
| HSV(B) | 38.05º | 0.88% | 0.73% | - |
| XYZ | 27.86 | 25.42 | 4.2 | - |
| YUV | 132.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 22 | 0 | 0.32 | 0.88 | 0.27 | 38.05 | 0.79 | 0.41 |
| Hex | BA | 7E | 16 | 0 | 20 | 58 | 1B | 26 | 4F | 29 |
| Octal | 272 | 176 | 26 | 0 | 40 | 130 | 33 | 46 | 117 | 51 |
| Binary | 10111010 | 1111110 | 10110 | 0 | 100000 | 1011000 | 11011 | 100110 | 1001111 | 101001 |
Color Harmonies of #BA7E16
Complementary color
Monochromatic Colors of #BA7E16
Black with #BA7E16
Text Example
Text Example
White with #BA7E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E16; }
p { color: rgb(186,126,22); }
H1.HeaderClassName
{
color: #BA7E16;
}
.AnyTagClassName
{
color: #BA7E16;
}
</style>
background-color css
<style>
a { background-color: #BA7E16; }
a { background-color: rgb(186,126,22); }
div.DivClassName
{
background-color: #BA7E16;
}
.BgClassName
{
background-color: #BA7E16;
}
</style>
border-color css
<style>
span { border-color: #BA7E16; }
span { border-color: rgb(186,126,22); }
td.TdClassName
{
border-color: #BA7E16;
}
.TagClassName
{
border-color: #BA7E16;
}
</style>