Shades of Dark Goldenrod #BA6D00
Tints of Dark Goldenrod #BA6D00
RGB
CMYK
RGB Variations
Color information
#BA6D00 (or 0xBA6D00) is known color: Dark Goldenrod. HEX triplet: BA, 6D and 00. RGB value is (186,109,0). Sum of RGB (Red+Green+Blue) = 186+109+0=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6D00 is #4592FF. Grayscale: #787878. Windows color (decimal): -4559616 or 28090. OLE color: 28090.
HSL color Cylindrical-coordinate representation of color #BA6D00: hue angle of 35.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA6D00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.27 |
| HSL | 35.16º | 1% | 0.36% | - |
| HSV(B) | 35.16º | 1% | 0.73% | - |
| XYZ | 25.72 | 21.38 | 2.77 | - |
| YUV | 119.6 | 60.51 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 0 | 0 | 0.41 | 1 | 0.27 | 35.16 | 1 | 0.36 |
| Hex | BA | 6D | 0 | 0 | 29 | 64 | 1B | 23 | 64 | 24 |
| Octal | 272 | 155 | 0 | 0 | 51 | 144 | 33 | 43 | 144 | 44 |
| Binary | 10111010 | 1101101 | 0 | 0 | 101001 | 1100100 | 11011 | 100011 | 1100100 | 100100 |
Color Harmonies of #BA6D00
Complementary color
Monochromatic Colors of #BA6D00
Black with #BA6D00
Text Example
Text Example
White with #BA6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D00; }
p { color: rgb(186,109,0); }
H1.HeaderClassName
{
color: #BA6D00;
}
.AnyTagClassName
{
color: #BA6D00;
}
</style>
background-color css
<style>
a { background-color: #BA6D00; }
a { background-color: rgb(186,109,0); }
div.DivClassName
{
background-color: #BA6D00;
}
.BgClassName
{
background-color: #BA6D00;
}
</style>
border-color css
<style>
span { border-color: #BA6D00; }
span { border-color: rgb(186,109,0); }
td.TdClassName
{
border-color: #BA6D00;
}
.TagClassName
{
border-color: #BA6D00;
}
</style>