Shades of Dark Goldenrod #BA820E
Tints of Dark Goldenrod #BA820E
RGB
CMYK
RGB Variations
Color information
#BA820E (or 0xBA820E) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 0E. RGB value is (186,130,14). Sum of RGB (Red+Green+Blue) = 186+130+14=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA820E is #457DF1. Grayscale: #868686. Windows color (decimal): -4554226 or 950970. OLE color: 950970.
HSL color Cylindrical-coordinate representation of color #BA820E: hue angle of 40.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA820E is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 14 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.27 |
| HSL | 40.47º | 0.86% | 0.39% | - |
| HSV(B) | 40.47º | 0.92% | 0.73% | - |
| XYZ | 28.31 | 26.44 | 4.03 | - |
| YUV | 133.52 | 60.55 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 14 | 0 | 0.30 | 0.92 | 0.27 | 40.47 | 0.86 | 0.39 |
| Hex | BA | 82 | E | 0 | 1E | 5C | 1B | 28 | 56 | 27 |
| Octal | 272 | 202 | 16 | 0 | 36 | 134 | 33 | 50 | 126 | 47 |
| Binary | 10111010 | 10000010 | 1110 | 0 | 11110 | 1011100 | 11011 | 101000 | 1010110 | 100111 |
Color Harmonies of #BA820E
Complementary color
Monochromatic Colors of #BA820E
Black with #BA820E
Text Example
Text Example
White with #BA820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA820E; }
p { color: rgb(186,130,14); }
H1.HeaderClassName
{
color: #BA820E;
}
.AnyTagClassName
{
color: #BA820E;
}
</style>
background-color css
<style>
a { background-color: #BA820E; }
a { background-color: rgb(186,130,14); }
div.DivClassName
{
background-color: #BA820E;
}
.BgClassName
{
background-color: #BA820E;
}
</style>
border-color css
<style>
span { border-color: #BA820E; }
span { border-color: rgb(186,130,14); }
td.TdClassName
{
border-color: #BA820E;
}
.TagClassName
{
border-color: #BA820E;
}
</style>