Shades of Dark Goldenrod #BA7A10
Tints of Dark Goldenrod #BA7A10
RGB
CMYK
RGB Variations
Color information
#BA7A10 (or 0xBA7A10) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 10. RGB value is (186,122,16). Sum of RGB (Red+Green+Blue) = 186+122+16=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A10 is #4585EF. Grayscale: #818181. Windows color (decimal): -4556272 or 1079994. OLE color: 1079994.
HSL color Cylindrical-coordinate representation of color #BA7A10: hue angle of 37.41º degrees, saturation: 0.84, 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 #BA7A10 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 16 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.27 |
| HSL | 37.41º | 0.84% | 0.4% | - |
| HSV(B) | 37.41º | 0.91% | 0.73% | - |
| XYZ | 27.3 | 24.4 | 3.76 | - |
| YUV | 129.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 16 | 0 | 0.34 | 0.91 | 0.27 | 37.41 | 0.84 | 0.4 |
| Hex | BA | 7A | 10 | 0 | 22 | 5B | 1B | 25 | 54 | 28 |
| Octal | 272 | 172 | 20 | 0 | 42 | 133 | 33 | 45 | 124 | 50 |
| Binary | 10111010 | 1111010 | 10000 | 0 | 100010 | 1011011 | 11011 | 100101 | 1010100 | 101000 |
Color Harmonies of #BA7A10
Complementary color
Monochromatic Colors of #BA7A10
Black with #BA7A10
Text Example
Text Example
White with #BA7A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A10; }
p { color: rgb(186,122,16); }
H1.HeaderClassName
{
color: #BA7A10;
}
.AnyTagClassName
{
color: #BA7A10;
}
</style>
background-color css
<style>
a { background-color: #BA7A10; }
a { background-color: rgb(186,122,16); }
div.DivClassName
{
background-color: #BA7A10;
}
.BgClassName
{
background-color: #BA7A10;
}
</style>
border-color css
<style>
span { border-color: #BA7A10; }
span { border-color: rgb(186,122,16); }
td.TdClassName
{
border-color: #BA7A10;
}
.TagClassName
{
border-color: #BA7A10;
}
</style>