Shades of Dark Goldenrod #BA8B10
Tints of Dark Goldenrod #BA8B10
RGB
CMYK
RGB Variations
Color information
#BA8B10 (or 0xBA8B10) is known color: Dark Goldenrod. HEX triplet: BA, 8B and 10. RGB value is (186,139,16). Sum of RGB (Red+Green+Blue) = 186+139+16=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8B10 is #4574EF. Grayscale: #8B8B8B. Windows color (decimal): -4551920 or 1084346. OLE color: 1084346.
HSL color Cylindrical-coordinate representation of color #BA8B10: hue angle of 43.41º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA8B10 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 16 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.27 |
| HSL | 43.41º | 0.84% | 0.4% | - |
| HSV(B) | 43.41º | 0.91% | 0.73% | - |
| XYZ | 29.58 | 28.94 | 4.52 | - |
| YUV | 139.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 16 | 0 | 0.25 | 0.91 | 0.27 | 43.41 | 0.84 | 0.4 |
| Hex | BA | 8B | 10 | 0 | 19 | 5B | 1B | 2B | 54 | 28 |
| Octal | 272 | 213 | 20 | 0 | 31 | 133 | 33 | 53 | 124 | 50 |
| Binary | 10111010 | 10001011 | 10000 | 0 | 11001 | 1011011 | 11011 | 101011 | 1010100 | 101000 |
Color Harmonies of #BA8B10
Complementary color
Monochromatic Colors of #BA8B10
Black with #BA8B10
Text Example
Text Example
White with #BA8B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B10; }
p { color: rgb(186,139,16); }
H1.HeaderClassName
{
color: #BA8B10;
}
.AnyTagClassName
{
color: #BA8B10;
}
</style>
background-color css
<style>
a { background-color: #BA8B10; }
a { background-color: rgb(186,139,16); }
div.DivClassName
{
background-color: #BA8B10;
}
.BgClassName
{
background-color: #BA8B10;
}
</style>
border-color css
<style>
span { border-color: #BA8B10; }
span { border-color: rgb(186,139,16); }
td.TdClassName
{
border-color: #BA8B10;
}
.TagClassName
{
border-color: #BA8B10;
}
</style>