Shades of Dark Goldenrod #BA7F0A
Tints of Dark Goldenrod #BA7F0A
RGB
CMYK
RGB Variations
Color information
#BA7F0A (or 0xBA7F0A) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 0A. RGB value is (186,127,10). Sum of RGB (Red+Green+Blue) = 186+127+10=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F0A is #4580F5. Grayscale: #838383. Windows color (decimal): -4554998 or 688058. OLE color: 688058.
HSL color Cylindrical-coordinate representation of color #BA7F0A: hue angle of 39.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA7F0A is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 10 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.27 |
| HSL | 39.89º | 0.9% | 0.38% | - |
| HSV(B) | 39.89º | 0.95% | 0.73% | - |
| XYZ | 27.89 | 25.64 | 3.77 | - |
| YUV | 131.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 10 | 0 | 0.32 | 0.95 | 0.27 | 39.89 | 0.9 | 0.38 |
| Hex | BA | 7F | A | 0 | 20 | 5F | 1B | 28 | 5A | 26 |
| Octal | 272 | 177 | 12 | 0 | 40 | 137 | 33 | 50 | 132 | 46 |
| Binary | 10111010 | 1111111 | 1010 | 0 | 100000 | 1011111 | 11011 | 101000 | 1011010 | 100110 |
Color Harmonies of #BA7F0A
Complementary color
Monochromatic Colors of #BA7F0A
Black with #BA7F0A
Text Example
Text Example
White with #BA7F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F0A; }
p { color: rgb(186,127,10); }
H1.HeaderClassName
{
color: #BA7F0A;
}
.AnyTagClassName
{
color: #BA7F0A;
}
</style>
background-color css
<style>
a { background-color: #BA7F0A; }
a { background-color: rgb(186,127,10); }
div.DivClassName
{
background-color: #BA7F0A;
}
.BgClassName
{
background-color: #BA7F0A;
}
</style>
border-color css
<style>
span { border-color: #BA7F0A; }
span { border-color: rgb(186,127,10); }
td.TdClassName
{
border-color: #BA7F0A;
}
.TagClassName
{
border-color: #BA7F0A;
}
</style>