Shades of Dark Goldenrod #BA6E08
Tints of Dark Goldenrod #BA6E08
RGB
CMYK
RGB Variations
Color information
#BA6E08 (or 0xBA6E08) is known color: Dark Goldenrod. HEX triplet: BA, 6E and 08. RGB value is (186,110,8). Sum of RGB (Red+Green+Blue) = 186+110+8=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6E08 is #4591F7. Grayscale: #797979. Windows color (decimal): -4559352 or 552634. OLE color: 552634.
HSL color Cylindrical-coordinate representation of color #BA6E08: hue angle of 34.38º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA6E08 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.27 |
| HSL | 34.38º | 0.92% | 0.38% | - |
| HSV(B) | 34.38º | 0.96% | 0.73% | - |
| XYZ | 25.87 | 21.61 | 3.04 | - |
| YUV | 121.1 | 64.18 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 8 | 0 | 0.41 | 0.96 | 0.27 | 34.38 | 0.92 | 0.38 |
| Hex | BA | 6E | 8 | 0 | 29 | 60 | 1B | 22 | 5C | 26 |
| Octal | 272 | 156 | 10 | 0 | 51 | 140 | 33 | 42 | 134 | 46 |
| Binary | 10111010 | 1101110 | 1000 | 0 | 101001 | 1100000 | 11011 | 100010 | 1011100 | 100110 |
Color Harmonies of #BA6E08
Complementary color
Monochromatic Colors of #BA6E08
Black with #BA6E08
Text Example
Text Example
White with #BA6E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E08; }
p { color: rgb(186,110,8); }
H1.HeaderClassName
{
color: #BA6E08;
}
.AnyTagClassName
{
color: #BA6E08;
}
</style>
background-color css
<style>
a { background-color: #BA6E08; }
a { background-color: rgb(186,110,8); }
div.DivClassName
{
background-color: #BA6E08;
}
.BgClassName
{
background-color: #BA6E08;
}
</style>
border-color css
<style>
span { border-color: #BA6E08; }
span { border-color: rgb(186,110,8); }
td.TdClassName
{
border-color: #BA6E08;
}
.TagClassName
{
border-color: #BA6E08;
}
</style>