Shades of Dark Goldenrod #BA9702
Tints of Dark Goldenrod #BA9702
RGB
CMYK
RGB Variations
Color information
#BA9702 (or 0xBA9702) is known color: Dark Goldenrod. HEX triplet: BA, 97 and 02. RGB value is (186,151,2). Sum of RGB (Red+Green+Blue) = 186+151+2=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9702 is #4568FD. Grayscale: #919191. Windows color (decimal): -4548862 or 169914. OLE color: 169914.
HSL color Cylindrical-coordinate representation of color #BA9702: hue angle of 48.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA9702 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.27 |
| HSL | 48.59º | 0.98% | 0.37% | - |
| HSV(B) | 48.59º | 0.99% | 0.73% | - |
| XYZ | 31.33 | 32.58 | 4.69 | - |
| YUV | 144.48 | 47.6 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 2 | 0 | 0.19 | 0.99 | 0.27 | 48.59 | 0.98 | 0.37 |
| Hex | BA | 97 | 2 | 0 | 13 | 63 | 1B | 31 | 62 | 25 |
| Octal | 272 | 227 | 2 | 0 | 23 | 143 | 33 | 61 | 142 | 45 |
| Binary | 10111010 | 10010111 | 10 | 0 | 10011 | 1100011 | 11011 | 110001 | 1100010 | 100101 |
Color Harmonies of #BA9702
Complementary color
Monochromatic Colors of #BA9702
Black with #BA9702
Text Example
Text Example
White with #BA9702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9702; }
p { color: rgb(186,151,2); }
H1.HeaderClassName
{
color: #BA9702;
}
.AnyTagClassName
{
color: #BA9702;
}
</style>
background-color css
<style>
a { background-color: #BA9702; }
a { background-color: rgb(186,151,2); }
div.DivClassName
{
background-color: #BA9702;
}
.BgClassName
{
background-color: #BA9702;
}
</style>
border-color css
<style>
span { border-color: #BA9702; }
span { border-color: rgb(186,151,2); }
td.TdClassName
{
border-color: #BA9702;
}
.TagClassName
{
border-color: #BA9702;
}
</style>