Shades of Dark Goldenrod #BA8109
Tints of Dark Goldenrod #BA8109
RGB
CMYK
RGB Variations
Color information
#BA8109 (or 0xBA8109) is known color: Dark Goldenrod. HEX triplet: BA, 81 and 09. RGB value is (186,129,9). Sum of RGB (Red+Green+Blue) = 186+129+9=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8109 is #457EF6. Grayscale: #848484. Windows color (decimal): -4554487 or 623034. OLE color: 623034.
HSL color Cylindrical-coordinate representation of color #BA8109: hue angle of 40.68º 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 #BA8109 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 9 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.27 |
| HSL | 40.68º | 0.91% | 0.38% | - |
| HSV(B) | 40.68º | 0.95% | 0.73% | - |
| XYZ | 28.15 | 26.16 | 3.82 | - |
| YUV | 132.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 9 | 0 | 0.31 | 0.95 | 0.27 | 40.68 | 0.91 | 0.38 |
| Hex | BA | 81 | 9 | 0 | 1F | 5F | 1B | 29 | 5B | 26 |
| Octal | 272 | 201 | 11 | 0 | 37 | 137 | 33 | 51 | 133 | 46 |
| Binary | 10111010 | 10000001 | 1001 | 0 | 11111 | 1011111 | 11011 | 101001 | 1011011 | 100110 |
Color Harmonies of #BA8109
Complementary color
Monochromatic Colors of #BA8109
Black with #BA8109
Text Example
Text Example
White with #BA8109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8109; }
p { color: rgb(186,129,9); }
H1.HeaderClassName
{
color: #BA8109;
}
.AnyTagClassName
{
color: #BA8109;
}
</style>
background-color css
<style>
a { background-color: #BA8109; }
a { background-color: rgb(186,129,9); }
div.DivClassName
{
background-color: #BA8109;
}
.BgClassName
{
background-color: #BA8109;
}
</style>
border-color css
<style>
span { border-color: #BA8109; }
span { border-color: rgb(186,129,9); }
td.TdClassName
{
border-color: #BA8109;
}
.TagClassName
{
border-color: #BA8109;
}
</style>