Shades of Dark Goldenrod #BA760C
Tints of Dark Goldenrod #BA760C
RGB
CMYK
RGB Variations
Color information
#BA760C (or 0xBA760C) is known color: Dark Goldenrod. HEX triplet: BA, 76 and 0C. RGB value is (186,118,12). Sum of RGB (Red+Green+Blue) = 186+118+12=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA760C is #4589F3. Grayscale: #7E7E7E. Windows color (decimal): -4557300 or 816826. OLE color: 816826.
HSL color Cylindrical-coordinate representation of color #BA760C: hue angle of 36.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA760C is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 12 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.27 |
| HSL | 36.55º | 0.88% | 0.39% | - |
| HSV(B) | 36.55º | 0.94% | 0.73% | - |
| XYZ | 26.79 | 23.42 | 3.46 | - |
| YUV | 126.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 12 | 0 | 0.37 | 0.94 | 0.27 | 36.55 | 0.88 | 0.39 |
| Hex | BA | 76 | C | 0 | 25 | 5E | 1B | 25 | 58 | 27 |
| Octal | 272 | 166 | 14 | 0 | 45 | 136 | 33 | 45 | 130 | 47 |
| Binary | 10111010 | 1110110 | 1100 | 0 | 100101 | 1011110 | 11011 | 100101 | 1011000 | 100111 |
Color Harmonies of #BA760C
Complementary color
Monochromatic Colors of #BA760C
Black with #BA760C
Text Example
Text Example
White with #BA760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA760C; }
p { color: rgb(186,118,12); }
H1.HeaderClassName
{
color: #BA760C;
}
.AnyTagClassName
{
color: #BA760C;
}
</style>
background-color css
<style>
a { background-color: #BA760C; }
a { background-color: rgb(186,118,12); }
div.DivClassName
{
background-color: #BA760C;
}
.BgClassName
{
background-color: #BA760C;
}
</style>
border-color css
<style>
span { border-color: #BA760C; }
span { border-color: rgb(186,118,12); }
td.TdClassName
{
border-color: #BA760C;
}
.TagClassName
{
border-color: #BA760C;
}
</style>