Shades of Dark Goldenrod #BA8300
Tints of Dark Goldenrod #BA8300
RGB
CMYK
RGB Variations
Color information
#BA8300 (or 0xBA8300) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 00. RGB value is (186,131,0). Sum of RGB (Red+Green+Blue) = 186+131+0=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8300 is #457CFF. Grayscale: #858585. Windows color (decimal): -4553984 or 33722. OLE color: 33722.
HSL color Cylindrical-coordinate representation of color #BA8300: hue angle of 42.26º 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 #BA8300 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.27 |
| HSL | 42.26º | 1% | 0.36% | - |
| HSV(B) | 42.26º | 1% | 0.73% | - |
| XYZ | 28.37 | 26.67 | 3.65 | - |
| YUV | 132.51 | 53.22 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 0 | 0 | 0.30 | 1 | 0.27 | 42.26 | 1 | 0.36 |
| Hex | BA | 83 | 0 | 0 | 1E | 64 | 1B | 2A | 64 | 24 |
| Octal | 272 | 203 | 0 | 0 | 36 | 144 | 33 | 52 | 144 | 44 |
| Binary | 10111010 | 10000011 | 0 | 0 | 11110 | 1100100 | 11011 | 101010 | 1100100 | 100100 |
Color Harmonies of #BA8300
Complementary color
Monochromatic Colors of #BA8300
Black with #BA8300
Text Example
Text Example
White with #BA8300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8300; }
p { color: rgb(186,131,0); }
H1.HeaderClassName
{
color: #BA8300;
}
.AnyTagClassName
{
color: #BA8300;
}
</style>
background-color css
<style>
a { background-color: #BA8300; }
a { background-color: rgb(186,131,0); }
div.DivClassName
{
background-color: #BA8300;
}
.BgClassName
{
background-color: #BA8300;
}
</style>
border-color css
<style>
span { border-color: #BA8300; }
span { border-color: rgb(186,131,0); }
td.TdClassName
{
border-color: #BA8300;
}
.TagClassName
{
border-color: #BA8300;
}
</style>