Shades of Dark Goldenrod #BA850D
Tints of Dark Goldenrod #BA850D
RGB
CMYK
RGB Variations
Color information
#BA850D (or 0xBA850D) is known color: Dark Goldenrod. HEX triplet: BA, 85 and 0D. RGB value is (186,133,13). Sum of RGB (Red+Green+Blue) = 186+133+13=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA850D is #457AF2. Grayscale: #878787. Windows color (decimal): -4553459 or 886202. OLE color: 886202.
HSL color Cylindrical-coordinate representation of color #BA850D: hue angle of 41.62º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA850D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 13 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.27 |
| HSL | 41.62º | 0.87% | 0.39% | - |
| HSV(B) | 41.62º | 0.93% | 0.73% | - |
| XYZ | 28.71 | 27.24 | 4.13 | - |
| YUV | 135.17 | 59.06 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 13 | 0 | 0.28 | 0.93 | 0.27 | 41.62 | 0.87 | 0.39 |
| Hex | BA | 85 | D | 0 | 1C | 5D | 1B | 2A | 57 | 27 |
| Octal | 272 | 205 | 15 | 0 | 34 | 135 | 33 | 52 | 127 | 47 |
| Binary | 10111010 | 10000101 | 1101 | 0 | 11100 | 1011101 | 11011 | 101010 | 1010111 | 100111 |
Color Harmonies of #BA850D
Complementary color
Monochromatic Colors of #BA850D
Black with #BA850D
Text Example
Text Example
White with #BA850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA850D; }
p { color: rgb(186,133,13); }
H1.HeaderClassName
{
color: #BA850D;
}
.AnyTagClassName
{
color: #BA850D;
}
</style>
background-color css
<style>
a { background-color: #BA850D; }
a { background-color: rgb(186,133,13); }
div.DivClassName
{
background-color: #BA850D;
}
.BgClassName
{
background-color: #BA850D;
}
</style>
border-color css
<style>
span { border-color: #BA850D; }
span { border-color: rgb(186,133,13); }
td.TdClassName
{
border-color: #BA850D;
}
.TagClassName
{
border-color: #BA850D;
}
</style>