Shades of Dark Goldenrod #BA8612
Tints of Dark Goldenrod #BA8612
RGB
CMYK
RGB Variations
Color information
#BA8612 (or 0xBA8612) is known color: Dark Goldenrod. HEX triplet: BA, 86 and 12. RGB value is (186,134,18). Sum of RGB (Red+Green+Blue) = 186+134+18=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8612 is #4579ED. Grayscale: #888888. Windows color (decimal): -4553198 or 1214138. OLE color: 1214138.
HSL color Cylindrical-coordinate representation of color #BA8612: hue angle of 41.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA8612 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 18 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.27 |
| HSL | 41.43º | 0.82% | 0.4% | - |
| HSV(B) | 41.43º | 0.9% | 0.73% | - |
| XYZ | 28.88 | 27.53 | 4.36 | - |
| YUV | 136.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 18 | 0 | 0.28 | 0.90 | 0.27 | 41.43 | 0.82 | 0.4 |
| Hex | BA | 86 | 12 | 0 | 1C | 5A | 1B | 29 | 52 | 28 |
| Octal | 272 | 206 | 22 | 0 | 34 | 132 | 33 | 51 | 122 | 50 |
| Binary | 10111010 | 10000110 | 10010 | 0 | 11100 | 1011010 | 11011 | 101001 | 1010010 | 101000 |
Color Harmonies of #BA8612
Complementary color
Monochromatic Colors of #BA8612
Black with #BA8612
Text Example
Text Example
White with #BA8612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8612; }
p { color: rgb(186,134,18); }
H1.HeaderClassName
{
color: #BA8612;
}
.AnyTagClassName
{
color: #BA8612;
}
</style>
background-color css
<style>
a { background-color: #BA8612; }
a { background-color: rgb(186,134,18); }
div.DivClassName
{
background-color: #BA8612;
}
.BgClassName
{
background-color: #BA8612;
}
</style>
border-color css
<style>
span { border-color: #BA8612; }
span { border-color: rgb(186,134,18); }
td.TdClassName
{
border-color: #BA8612;
}
.TagClassName
{
border-color: #BA8612;
}
</style>