Shades of Dark Goldenrod #BA7A12
Tints of Dark Goldenrod #BA7A12
RGB
CMYK
RGB Variations
Color information
#BA7A12 (or 0xBA7A12) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 12. RGB value is (186,122,18). Sum of RGB (Red+Green+Blue) = 186+122+18=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A12 is #4585ED. Grayscale: #818181. Windows color (decimal): -4556270 or 1211066. OLE color: 1211066.
HSL color Cylindrical-coordinate representation of color #BA7A12: hue angle of 37.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7A12 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 18 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.27 |
| HSL | 37.14º | 0.82% | 0.4% | - |
| HSV(B) | 37.14º | 0.9% | 0.73% | - |
| XYZ | 27.32 | 24.4 | 3.84 | - |
| YUV | 129.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 18 | 0 | 0.34 | 0.90 | 0.27 | 37.14 | 0.82 | 0.4 |
| Hex | BA | 7A | 12 | 0 | 22 | 5A | 1B | 25 | 52 | 28 |
| Octal | 272 | 172 | 22 | 0 | 42 | 132 | 33 | 45 | 122 | 50 |
| Binary | 10111010 | 1111010 | 10010 | 0 | 100010 | 1011010 | 11011 | 100101 | 1010010 | 101000 |
Color Harmonies of #BA7A12
Complementary color
Monochromatic Colors of #BA7A12
Black with #BA7A12
Text Example
Text Example
White with #BA7A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A12; }
p { color: rgb(186,122,18); }
H1.HeaderClassName
{
color: #BA7A12;
}
.AnyTagClassName
{
color: #BA7A12;
}
</style>
background-color css
<style>
a { background-color: #BA7A12; }
a { background-color: rgb(186,122,18); }
div.DivClassName
{
background-color: #BA7A12;
}
.BgClassName
{
background-color: #BA7A12;
}
</style>
border-color css
<style>
span { border-color: #BA7A12; }
span { border-color: rgb(186,122,18); }
td.TdClassName
{
border-color: #BA7A12;
}
.TagClassName
{
border-color: #BA7A12;
}
</style>