Shades of Dark Goldenrod #BA7105
Tints of Dark Goldenrod #BA7105
RGB
CMYK
RGB Variations
Color information
#BA7105 (or 0xBA7105) is known color: Dark Goldenrod. HEX triplet: BA, 71 and 05. RGB value is (186,113,5). Sum of RGB (Red+Green+Blue) = 186+113+5=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7105 is #458EFA. Grayscale: #7B7B7B. Windows color (decimal): -4558587 or 356794. OLE color: 356794.
HSL color Cylindrical-coordinate representation of color #BA7105: hue angle of 35.8º 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 #BA7105 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.27 |
| HSL | 35.8º | 0.95% | 0.37% | - |
| HSV(B) | 35.8º | 0.97% | 0.73% | - |
| XYZ | 26.18 | 22.26 | 3.06 | - |
| YUV | 122.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 5 | 0 | 0.39 | 0.97 | 0.27 | 35.8 | 0.95 | 0.37 |
| Hex | BA | 71 | 5 | 0 | 27 | 61 | 1B | 24 | 5F | 25 |
| Octal | 272 | 161 | 5 | 0 | 47 | 141 | 33 | 44 | 137 | 45 |
| Binary | 10111010 | 1110001 | 101 | 0 | 100111 | 1100001 | 11011 | 100100 | 1011111 | 100101 |
Color Harmonies of #BA7105
Complementary color
Monochromatic Colors of #BA7105
Black with #BA7105
Text Example
Text Example
White with #BA7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7105; }
p { color: rgb(186,113,5); }
H1.HeaderClassName
{
color: #BA7105;
}
.AnyTagClassName
{
color: #BA7105;
}
</style>
background-color css
<style>
a { background-color: #BA7105; }
a { background-color: rgb(186,113,5); }
div.DivClassName
{
background-color: #BA7105;
}
.BgClassName
{
background-color: #BA7105;
}
</style>
border-color css
<style>
span { border-color: #BA7105; }
span { border-color: rgb(186,113,5); }
td.TdClassName
{
border-color: #BA7105;
}
.TagClassName
{
border-color: #BA7105;
}
</style>