Shades of Dark Goldenrod #BA7F10
Tints of Dark Goldenrod #BA7F10
RGB
CMYK
RGB Variations
Color information
#BA7F10 (or 0xBA7F10) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 10. RGB value is (186,127,16). Sum of RGB (Red+Green+Blue) = 186+127+16=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F10 is #4580EF. Grayscale: #848484. Windows color (decimal): -4554992 or 1081274. OLE color: 1081274.
HSL color Cylindrical-coordinate representation of color #BA7F10: hue angle of 39.18º 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 #BA7F10 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 16 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.27 |
| HSL | 39.18º | 0.84% | 0.4% | - |
| HSV(B) | 39.18º | 0.91% | 0.73% | - |
| XYZ | 27.93 | 25.66 | 3.97 | - |
| YUV | 131.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 16 | 0 | 0.32 | 0.91 | 0.27 | 39.18 | 0.84 | 0.4 |
| Hex | BA | 7F | 10 | 0 | 20 | 5B | 1B | 27 | 54 | 28 |
| Octal | 272 | 177 | 20 | 0 | 40 | 133 | 33 | 47 | 124 | 50 |
| Binary | 10111010 | 1111111 | 10000 | 0 | 100000 | 1011011 | 11011 | 100111 | 1010100 | 101000 |
Color Harmonies of #BA7F10
Complementary color
Monochromatic Colors of #BA7F10
Black with #BA7F10
Text Example
Text Example
White with #BA7F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F10; }
p { color: rgb(186,127,16); }
H1.HeaderClassName
{
color: #BA7F10;
}
.AnyTagClassName
{
color: #BA7F10;
}
</style>
background-color css
<style>
a { background-color: #BA7F10; }
a { background-color: rgb(186,127,16); }
div.DivClassName
{
background-color: #BA7F10;
}
.BgClassName
{
background-color: #BA7F10;
}
</style>
border-color css
<style>
span { border-color: #BA7F10; }
span { border-color: rgb(186,127,16); }
td.TdClassName
{
border-color: #BA7F10;
}
.TagClassName
{
border-color: #BA7F10;
}
</style>