Shades of Dark Goldenrod #BA7107
Tints of Dark Goldenrod #BA7107
RGB
CMYK
RGB Variations
Color information
#BA7107 (or 0xBA7107) is known color: Dark Goldenrod. HEX triplet: BA, 71 and 07. RGB value is (186,113,7). Sum of RGB (Red+Green+Blue) = 186+113+7=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7107 is #458EF8. Grayscale: #7B7B7B. Windows color (decimal): -4558585 or 487866. OLE color: 487866.
HSL color Cylindrical-coordinate representation of color #BA7107: hue angle of 35.53º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA7107 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 7 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.27 |
| HSL | 35.53º | 0.93% | 0.38% | - |
| HSV(B) | 35.53º | 0.96% | 0.73% | - |
| XYZ | 26.19 | 22.26 | 3.12 | - |
| YUV | 122.74 | 62.68 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 7 | 0 | 0.39 | 0.96 | 0.27 | 35.53 | 0.93 | 0.38 |
| Hex | BA | 71 | 7 | 0 | 27 | 60 | 1B | 24 | 5D | 26 |
| Octal | 272 | 161 | 7 | 0 | 47 | 140 | 33 | 44 | 135 | 46 |
| Binary | 10111010 | 1110001 | 111 | 0 | 100111 | 1100000 | 11011 | 100100 | 1011101 | 100110 |
Color Harmonies of #BA7107
Complementary color
Monochromatic Colors of #BA7107
Black with #BA7107
Text Example
Text Example
White with #BA7107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7107; }
p { color: rgb(186,113,7); }
H1.HeaderClassName
{
color: #BA7107;
}
.AnyTagClassName
{
color: #BA7107;
}
</style>
background-color css
<style>
a { background-color: #BA7107; }
a { background-color: rgb(186,113,7); }
div.DivClassName
{
background-color: #BA7107;
}
.BgClassName
{
background-color: #BA7107;
}
</style>
border-color css
<style>
span { border-color: #BA7107; }
span { border-color: rgb(186,113,7); }
td.TdClassName
{
border-color: #BA7107;
}
.TagClassName
{
border-color: #BA7107;
}
</style>