Shades of Dark Goldenrod #BA8A10
Tints of Dark Goldenrod #BA8A10
RGB
CMYK
RGB Variations
Color information
#BA8A10 (or 0xBA8A10) is known color: Dark Goldenrod. HEX triplet: BA, 8A and 10. RGB value is (186,138,16). Sum of RGB (Red+Green+Blue) = 186+138+16=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8A10 is #4575EF. Grayscale: #8A8A8A. Windows color (decimal): -4552176 or 1084090. OLE color: 1084090.
HSL color Cylindrical-coordinate representation of color #BA8A10: hue angle of 43.06º 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 #BA8A10 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 16 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.27 |
| HSL | 43.06º | 0.84% | 0.4% | - |
| HSV(B) | 43.06º | 0.91% | 0.73% | - |
| XYZ | 29.43 | 28.65 | 4.47 | - |
| YUV | 138.44 | 58.9 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 16 | 0 | 0.26 | 0.91 | 0.27 | 43.06 | 0.84 | 0.4 |
| Hex | BA | 8A | 10 | 0 | 1A | 5B | 1B | 2B | 54 | 28 |
| Octal | 272 | 212 | 20 | 0 | 32 | 133 | 33 | 53 | 124 | 50 |
| Binary | 10111010 | 10001010 | 10000 | 0 | 11010 | 1011011 | 11011 | 101011 | 1010100 | 101000 |
Color Harmonies of #BA8A10
Complementary color
Monochromatic Colors of #BA8A10
Black with #BA8A10
Text Example
Text Example
White with #BA8A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A10; }
p { color: rgb(186,138,16); }
H1.HeaderClassName
{
color: #BA8A10;
}
.AnyTagClassName
{
color: #BA8A10;
}
</style>
background-color css
<style>
a { background-color: #BA8A10; }
a { background-color: rgb(186,138,16); }
div.DivClassName
{
background-color: #BA8A10;
}
.BgClassName
{
background-color: #BA8A10;
}
</style>
border-color css
<style>
span { border-color: #BA8A10; }
span { border-color: rgb(186,138,16); }
td.TdClassName
{
border-color: #BA8A10;
}
.TagClassName
{
border-color: #BA8A10;
}
</style>