Shades of Dark Goldenrod #BA7109
Tints of Dark Goldenrod #BA7109
RGB
CMYK
RGB Variations
Color information
#BA7109 (or 0xBA7109) is known color: Dark Goldenrod. HEX triplet: BA, 71 and 09. RGB value is (186,113,9). Sum of RGB (Red+Green+Blue) = 186+113+9=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7109 is #458EF6. Grayscale: #7B7B7B. Windows color (decimal): -4558583 or 618938. OLE color: 618938.
HSL color Cylindrical-coordinate representation of color #BA7109: hue angle of 35.25º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA7109 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 9 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.27 |
| HSL | 35.25º | 0.91% | 0.38% | - |
| HSV(B) | 35.25º | 0.95% | 0.73% | - |
| XYZ | 26.2 | 22.27 | 3.18 | - |
| YUV | 122.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 9 | 0 | 0.39 | 0.95 | 0.27 | 35.25 | 0.91 | 0.38 |
| Hex | BA | 71 | 9 | 0 | 27 | 5F | 1B | 23 | 5B | 26 |
| Octal | 272 | 161 | 11 | 0 | 47 | 137 | 33 | 43 | 133 | 46 |
| Binary | 10111010 | 1110001 | 1001 | 0 | 100111 | 1011111 | 11011 | 100011 | 1011011 | 100110 |
Color Harmonies of #BA7109
Complementary color
Monochromatic Colors of #BA7109
Black with #BA7109
Text Example
Text Example
White with #BA7109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7109; }
p { color: rgb(186,113,9); }
H1.HeaderClassName
{
color: #BA7109;
}
.AnyTagClassName
{
color: #BA7109;
}
</style>
background-color css
<style>
a { background-color: #BA7109; }
a { background-color: rgb(186,113,9); }
div.DivClassName
{
background-color: #BA7109;
}
.BgClassName
{
background-color: #BA7109;
}
</style>
border-color css
<style>
span { border-color: #BA7109; }
span { border-color: rgb(186,113,9); }
td.TdClassName
{
border-color: #BA7109;
}
.TagClassName
{
border-color: #BA7109;
}
</style>