Shades of Dark Goldenrod #BA8206
Tints of Dark Goldenrod #BA8206
RGB
CMYK
RGB Variations
Color information
#BA8206 (or 0xBA8206) is known color: Dark Goldenrod. HEX triplet: BA, 82 and 06. RGB value is (186,130,6). Sum of RGB (Red+Green+Blue) = 186+130+6=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8206 is #457DF9. Grayscale: #858585. Windows color (decimal): -4554234 or 426682. OLE color: 426682.
HSL color Cylindrical-coordinate representation of color #BA8206: hue angle of 41.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA8206 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.27 |
| HSL | 41.33º | 0.94% | 0.38% | - |
| HSV(B) | 41.33º | 0.97% | 0.73% | - |
| XYZ | 28.27 | 26.42 | 3.78 | - |
| YUV | 132.61 | 56.55 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 6 | 0 | 0.30 | 0.97 | 0.27 | 41.33 | 0.94 | 0.38 |
| Hex | BA | 82 | 6 | 0 | 1E | 61 | 1B | 29 | 5E | 26 |
| Octal | 272 | 202 | 6 | 0 | 36 | 141 | 33 | 51 | 136 | 46 |
| Binary | 10111010 | 10000010 | 110 | 0 | 11110 | 1100001 | 11011 | 101001 | 1011110 | 100110 |
Color Harmonies of #BA8206
Complementary color
Monochromatic Colors of #BA8206
Black with #BA8206
Text Example
Text Example
White with #BA8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8206; }
p { color: rgb(186,130,6); }
H1.HeaderClassName
{
color: #BA8206;
}
.AnyTagClassName
{
color: #BA8206;
}
</style>
background-color css
<style>
a { background-color: #BA8206; }
a { background-color: rgb(186,130,6); }
div.DivClassName
{
background-color: #BA8206;
}
.BgClassName
{
background-color: #BA8206;
}
</style>
border-color css
<style>
span { border-color: #BA8206; }
span { border-color: rgb(186,130,6); }
td.TdClassName
{
border-color: #BA8206;
}
.TagClassName
{
border-color: #BA8206;
}
</style>