Shades of Dark Goldenrod #BA8100
Tints of Dark Goldenrod #BA8100
RGB
CMYK
RGB Variations
Color information
#BA8100 (or 0xBA8100) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 00. RGB value is (186,129,0). Sum of RGB (Red+Green+Blue) = 186+129+0=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8100 is #457EFF. Grayscale: #838383. Windows color (decimal): -4554496 or 33210. OLE color: 33210.
HSL color Cylindrical-coordinate representation of color #BA8100: hue angle of 41.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA8100 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.27 |
| HSL | 41.61º | 1% | 0.36% | - |
| HSV(B) | 41.61º | 1% | 0.73% | - |
| XYZ | 28.1 | 26.14 | 3.56 | - |
| YUV | 131.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 0 | 0 | 0.31 | 1 | 0.27 | 41.61 | 1 | 0.36 |
| Hex | BA | 81 | 0 | 0 | 1F | 64 | 1B | 2A | 64 | 24 |
| Octal | 272 | 201 | 0 | 0 | 37 | 144 | 33 | 52 | 144 | 44 |
| Binary | 10111010 | 10000001 | 0 | 0 | 11111 | 1100100 | 11011 | 101010 | 1100100 | 100100 |
Color Harmonies of #BA8100
Complementary color
Monochromatic Colors of #BA8100
Black with #BA8100
Text Example
Text Example
White with #BA8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8100; }
p { color: rgb(186,129,0); }
H1.HeaderClassName
{
color: #BA8100;
}
.AnyTagClassName
{
color: #BA8100;
}
</style>
background-color css
<style>
a { background-color: #BA8100; }
a { background-color: rgb(186,129,0); }
div.DivClassName
{
background-color: #BA8100;
}
.BgClassName
{
background-color: #BA8100;
}
</style>
border-color css
<style>
span { border-color: #BA8100; }
span { border-color: rgb(186,129,0); }
td.TdClassName
{
border-color: #BA8100;
}
.TagClassName
{
border-color: #BA8100;
}
</style>