Shades of Dark Goldenrod #BA7B09
Tints of Dark Goldenrod #BA7B09
RGB
CMYK
RGB Variations
Color information
#BA7B09 (or 0xBA7B09) is known color: Dark Goldenrod. HEX triplet: BA, 7B and 09. RGB value is (186,123,9). Sum of RGB (Red+Green+Blue) = 186+123+9=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7B09 is #4584F6. Grayscale: #818181. Windows color (decimal): -4556023 or 621498. OLE color: 621498.
HSL color Cylindrical-coordinate representation of color #BA7B09: hue angle of 38.64º 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 #BA7B09 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 9 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.27 |
| HSL | 38.64º | 0.91% | 0.38% | - |
| HSV(B) | 38.64º | 0.95% | 0.73% | - |
| XYZ | 27.38 | 24.62 | 3.57 | - |
| YUV | 128.84 | 60.37 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 9 | 0 | 0.34 | 0.95 | 0.27 | 38.64 | 0.91 | 0.38 |
| Hex | BA | 7B | 9 | 0 | 22 | 5F | 1B | 27 | 5B | 26 |
| Octal | 272 | 173 | 11 | 0 | 42 | 137 | 33 | 47 | 133 | 46 |
| Binary | 10111010 | 1111011 | 1001 | 0 | 100010 | 1011111 | 11011 | 100111 | 1011011 | 100110 |
Color Harmonies of #BA7B09
Complementary color
Monochromatic Colors of #BA7B09
Black with #BA7B09
Text Example
Text Example
White with #BA7B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B09; }
p { color: rgb(186,123,9); }
H1.HeaderClassName
{
color: #BA7B09;
}
.AnyTagClassName
{
color: #BA7B09;
}
</style>
background-color css
<style>
a { background-color: #BA7B09; }
a { background-color: rgb(186,123,9); }
div.DivClassName
{
background-color: #BA7B09;
}
.BgClassName
{
background-color: #BA7B09;
}
</style>
border-color css
<style>
span { border-color: #BA7B09; }
span { border-color: rgb(186,123,9); }
td.TdClassName
{
border-color: #BA7B09;
}
.TagClassName
{
border-color: #BA7B09;
}
</style>