Shades of Dark Goldenrod #BA7D09
Tints of Dark Goldenrod #BA7D09
RGB
CMYK
RGB Variations
Color information
#BA7D09 (or 0xBA7D09) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 09. RGB value is (186,125,9). Sum of RGB (Red+Green+Blue) = 186+125+9=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D09 is #4582F6. Grayscale: #828282. Windows color (decimal): -4555511 or 622010. OLE color: 622010.
HSL color Cylindrical-coordinate representation of color #BA7D09: hue angle of 39.32º 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 #BA7D09 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 9 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.27 |
| HSL | 39.32º | 0.91% | 0.38% | - |
| HSV(B) | 39.32º | 0.95% | 0.73% | - |
| XYZ | 27.63 | 25.13 | 3.65 | - |
| YUV | 130.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 9 | 0 | 0.33 | 0.95 | 0.27 | 39.32 | 0.91 | 0.38 |
| Hex | BA | 7D | 9 | 0 | 21 | 5F | 1B | 27 | 5B | 26 |
| Octal | 272 | 175 | 11 | 0 | 41 | 137 | 33 | 47 | 133 | 46 |
| Binary | 10111010 | 1111101 | 1001 | 0 | 100001 | 1011111 | 11011 | 100111 | 1011011 | 100110 |
Color Harmonies of #BA7D09
Complementary color
Monochromatic Colors of #BA7D09
Black with #BA7D09
Text Example
Text Example
White with #BA7D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D09; }
p { color: rgb(186,125,9); }
H1.HeaderClassName
{
color: #BA7D09;
}
.AnyTagClassName
{
color: #BA7D09;
}
</style>
background-color css
<style>
a { background-color: #BA7D09; }
a { background-color: rgb(186,125,9); }
div.DivClassName
{
background-color: #BA7D09;
}
.BgClassName
{
background-color: #BA7D09;
}
</style>
border-color css
<style>
span { border-color: #BA7D09; }
span { border-color: rgb(186,125,9); }
td.TdClassName
{
border-color: #BA7D09;
}
.TagClassName
{
border-color: #BA7D09;
}
</style>