Shades of Dark Goldenrod #BA8B06
Tints of Dark Goldenrod #BA8B06
RGB
CMYK
RGB Variations
Color information
#BA8B06 (or 0xBA8B06) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 06. RGB value is (186,139,6). Sum of RGB (Red+Green+Blue) = 186+139+6=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B06 is #4574F9. Grayscale: #8A8A8A. Windows color (decimal): -4551930 or 428986. OLE color: 428986.
HSL color Cylindrical-coordinate representation of color #BA8B06: hue angle of 44.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 #BA8B06 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.27 |
| HSL | 44.33º | 0.94% | 0.38% | - |
| HSV(B) | 44.33º | 0.97% | 0.73% | - |
| XYZ | 29.52 | 28.92 | 4.2 | - |
| YUV | 137.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 6 | 0 | 0.25 | 0.97 | 0.27 | 44.33 | 0.94 | 0.38 |
| Hex | BA | 8B | 6 | 0 | 19 | 61 | 1B | 2C | 5E | 26 |
| Octal | 272 | 213 | 6 | 0 | 31 | 141 | 33 | 54 | 136 | 46 |
| Binary | 10111010 | 10001011 | 110 | 0 | 11001 | 1100001 | 11011 | 101100 | 1011110 | 100110 |
Color Harmonies of #BA8B06
Complementary color
Monochromatic Colors of #BA8B06
Black with #BA8B06
Text Example
Text Example
White with #BA8B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B06; }
p { color: rgb(186,139,6); }
H1.HeaderClassName
{
color: #BA8B06;
}
.AnyTagClassName
{
color: #BA8B06;
}
</style>
background-color css
<style>
a { background-color: #BA8B06; }
a { background-color: rgb(186,139,6); }
div.DivClassName
{
background-color: #BA8B06;
}
.BgClassName
{
background-color: #BA8B06;
}
</style>
border-color css
<style>
span { border-color: #BA8B06; }
span { border-color: rgb(186,139,6); }
td.TdClassName
{
border-color: #BA8B06;
}
.TagClassName
{
border-color: #BA8B06;
}
</style>