Shades of Dark Goldenrod #BA6B09
Tints of Dark Goldenrod #BA6B09
RGB
CMYK
RGB Variations
Color information
#BA6B09 (or 0xBA6B09) is known color: Dark Goldenrod. HEX triplet: BA, 6B and 09. RGB value is (186,107,9). Sum of RGB (Red+Green+Blue) = 186+107+9=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B09 is #4594F6. Grayscale: #777777. Windows color (decimal): -4560119 or 617402. OLE color: 617402.
HSL color Cylindrical-coordinate representation of color #BA6B09: hue angle of 33.22º 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 #BA6B09 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 9 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.27 |
| HSL | 33.22º | 0.91% | 0.38% | - |
| HSV(B) | 33.22º | 0.95% | 0.73% | - |
| XYZ | 25.56 | 20.97 | 2.96 | - |
| YUV | 119.45 | 65.67 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 9 | 0 | 0.42 | 0.95 | 0.27 | 33.22 | 0.91 | 0.38 |
| Hex | BA | 6B | 9 | 0 | 2A | 5F | 1B | 21 | 5B | 26 |
| Octal | 272 | 153 | 11 | 0 | 52 | 137 | 33 | 41 | 133 | 46 |
| Binary | 10111010 | 1101011 | 1001 | 0 | 101010 | 1011111 | 11011 | 100001 | 1011011 | 100110 |
Color Harmonies of #BA6B09
Complementary color
Monochromatic Colors of #BA6B09
Black with #BA6B09
Text Example
Text Example
White with #BA6B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B09; }
p { color: rgb(186,107,9); }
H1.HeaderClassName
{
color: #BA6B09;
}
.AnyTagClassName
{
color: #BA6B09;
}
</style>
background-color css
<style>
a { background-color: #BA6B09; }
a { background-color: rgb(186,107,9); }
div.DivClassName
{
background-color: #BA6B09;
}
.BgClassName
{
background-color: #BA6B09;
}
</style>
border-color css
<style>
span { border-color: #BA6B09; }
span { border-color: rgb(186,107,9); }
td.TdClassName
{
border-color: #BA6B09;
}
.TagClassName
{
border-color: #BA6B09;
}
</style>