Shades of Dark Goldenrod #BA8105
Tints of Dark Goldenrod #BA8105
RGB
CMYK
RGB Variations
Color information
#BA8105 (or 0xBA8105) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 05. RGB value is (186,129,5). Sum of RGB (Red+Green+Blue) = 186+129+5=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8105 is #457EFA. Grayscale: #848484. Windows color (decimal): -4554491 or 360890. OLE color: 360890.
HSL color Cylindrical-coordinate representation of color #BA8105: hue angle of 41.1º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA8105 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.27 |
| HSL | 41.1º | 0.95% | 0.37% | - |
| HSV(B) | 41.1º | 0.97% | 0.73% | - |
| XYZ | 28.13 | 26.15 | 3.71 | - |
| YUV | 131.91 | 56.38 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 5 | 0 | 0.31 | 0.97 | 0.27 | 41.1 | 0.95 | 0.37 |
| Hex | BA | 81 | 5 | 0 | 1F | 61 | 1B | 29 | 5F | 25 |
| Octal | 272 | 201 | 5 | 0 | 37 | 141 | 33 | 51 | 137 | 45 |
| Binary | 10111010 | 10000001 | 101 | 0 | 11111 | 1100001 | 11011 | 101001 | 1011111 | 100101 |
Color Harmonies of #BA8105
Complementary color
Monochromatic Colors of #BA8105
Black with #BA8105
Text Example
Text Example
White with #BA8105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8105; }
p { color: rgb(186,129,5); }
H1.HeaderClassName
{
color: #BA8105;
}
.AnyTagClassName
{
color: #BA8105;
}
</style>
background-color css
<style>
a { background-color: #BA8105; }
a { background-color: rgb(186,129,5); }
div.DivClassName
{
background-color: #BA8105;
}
.BgClassName
{
background-color: #BA8105;
}
</style>
border-color css
<style>
span { border-color: #BA8105; }
span { border-color: rgb(186,129,5); }
td.TdClassName
{
border-color: #BA8105;
}
.TagClassName
{
border-color: #BA8105;
}
</style>