Shades of Dark Goldenrod #BA9700
Tints of Dark Goldenrod #BA9700
RGB
CMYK
RGB Variations
Color information
#BA9700 (or 0xBA9700) is known color: Dark Goldenrod. HEX triplet: BA, 97 and 00. RGB value is (186,151,0). Sum of RGB (Red+Green+Blue) = 186+151+0=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9700 is #4568FF. Grayscale: #909090. Windows color (decimal): -4548864 or 38842. OLE color: 38842.
HSL color Cylindrical-coordinate representation of color #BA9700: hue angle of 48.71º 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 #BA9700 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.27 |
| HSL | 48.71º | 1% | 0.36% | - |
| HSV(B) | 48.71º | 1% | 0.73% | - |
| XYZ | 31.32 | 32.57 | 4.64 | - |
| YUV | 144.25 | 46.6 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 0 | 0 | 0.19 | 1 | 0.27 | 48.71 | 1 | 0.36 |
| Hex | BA | 97 | 0 | 0 | 13 | 64 | 1B | 31 | 64 | 24 |
| Octal | 272 | 227 | 0 | 0 | 23 | 144 | 33 | 61 | 144 | 44 |
| Binary | 10111010 | 10010111 | 0 | 0 | 10011 | 1100100 | 11011 | 110001 | 1100100 | 100100 |
Color Harmonies of #BA9700
Complementary color
Monochromatic Colors of #BA9700
Black with #BA9700
Text Example
Text Example
White with #BA9700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9700; }
p { color: rgb(186,151,0); }
H1.HeaderClassName
{
color: #BA9700;
}
.AnyTagClassName
{
color: #BA9700;
}
</style>
background-color css
<style>
a { background-color: #BA9700; }
a { background-color: rgb(186,151,0); }
div.DivClassName
{
background-color: #BA9700;
}
.BgClassName
{
background-color: #BA9700;
}
</style>
border-color css
<style>
span { border-color: #BA9700; }
span { border-color: rgb(186,151,0); }
td.TdClassName
{
border-color: #BA9700;
}
.TagClassName
{
border-color: #BA9700;
}
</style>