Shades of Dark Goldenrod #BA7A09
Tints of Dark Goldenrod #BA7A09
RGB
CMYK
RGB Variations
Color information
#BA7A09 (or 0xBA7A09) is known color: Dark Goldenrod. HEX triplet: BA, 7A and 09. RGB value is (186,122,9). Sum of RGB (Red+Green+Blue) = 186+122+9=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A09 is #4585F6. Grayscale: #808080. Windows color (decimal): -4556279 or 621242. OLE color: 621242.
HSL color Cylindrical-coordinate representation of color #BA7A09: hue angle of 38.31º 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 #BA7A09 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 9 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.27 |
| HSL | 38.31º | 0.91% | 0.38% | - |
| HSV(B) | 38.31º | 0.95% | 0.73% | - |
| XYZ | 27.26 | 24.38 | 3.53 | - |
| YUV | 128.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 9 | 0 | 0.34 | 0.95 | 0.27 | 38.31 | 0.91 | 0.38 |
| Hex | BA | 7A | 9 | 0 | 22 | 5F | 1B | 26 | 5B | 26 |
| Octal | 272 | 172 | 11 | 0 | 42 | 137 | 33 | 46 | 133 | 46 |
| Binary | 10111010 | 1111010 | 1001 | 0 | 100010 | 1011111 | 11011 | 100110 | 1011011 | 100110 |
Color Harmonies of #BA7A09
Complementary color
Monochromatic Colors of #BA7A09
Black with #BA7A09
Text Example
Text Example
White with #BA7A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A09; }
p { color: rgb(186,122,9); }
H1.HeaderClassName
{
color: #BA7A09;
}
.AnyTagClassName
{
color: #BA7A09;
}
</style>
background-color css
<style>
a { background-color: #BA7A09; }
a { background-color: rgb(186,122,9); }
div.DivClassName
{
background-color: #BA7A09;
}
.BgClassName
{
background-color: #BA7A09;
}
</style>
border-color css
<style>
span { border-color: #BA7A09; }
span { border-color: rgb(186,122,9); }
td.TdClassName
{
border-color: #BA7A09;
}
.TagClassName
{
border-color: #BA7A09;
}
</style>