Shades of Dark Goldenrod #BA860C
Tints of Dark Goldenrod #BA860C
RGB
CMYK
RGB Variations
Color information
#BA860C (or 0xBA860C) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 0C. RGB value is (186,134,12). Sum of RGB (Red+Green+Blue) = 186+134+12=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA860C is #4579F3. Grayscale: #888888. Windows color (decimal): -4553204 or 820922. OLE color: 820922.
HSL color Cylindrical-coordinate representation of color #BA860C: hue angle of 42.07º 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 #BA860C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.27 |
| HSL | 42.07º | 0.88% | 0.39% | - |
| HSV(B) | 42.07º | 0.94% | 0.73% | - |
| XYZ | 28.84 | 27.52 | 4.14 | - |
| YUV | 135.64 | 58.23 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 12 | 0 | 0.28 | 0.94 | 0.27 | 42.07 | 0.88 | 0.39 |
| Hex | BA | 86 | C | 0 | 1C | 5E | 1B | 2A | 58 | 27 |
| Octal | 272 | 206 | 14 | 0 | 34 | 136 | 33 | 52 | 130 | 47 |
| Binary | 10111010 | 10000110 | 1100 | 0 | 11100 | 1011110 | 11011 | 101010 | 1011000 | 100111 |
Color Harmonies of #BA860C
Complementary color
Monochromatic Colors of #BA860C
Black with #BA860C
Text Example
Text Example
White with #BA860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA860C; }
p { color: rgb(186,134,12); }
H1.HeaderClassName
{
color: #BA860C;
}
.AnyTagClassName
{
color: #BA860C;
}
</style>
background-color css
<style>
a { background-color: #BA860C; }
a { background-color: rgb(186,134,12); }
div.DivClassName
{
background-color: #BA860C;
}
.BgClassName
{
background-color: #BA860C;
}
</style>
border-color css
<style>
span { border-color: #BA860C; }
span { border-color: rgb(186,134,12); }
td.TdClassName
{
border-color: #BA860C;
}
.TagClassName
{
border-color: #BA860C;
}
</style>