Shades of Dark Goldenrod #BA9202
Tints of Dark Goldenrod #BA9202
RGB
CMYK
RGB Variations
Color information
#BA9202 (or 0xBA9202) is known color: Dark Goldenrod. HEX triplet: BA, 92 and 02. RGB value is (186,146,2). Sum of RGB (Red+Green+Blue) = 186+146+2=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9202 is #456DFD. Grayscale: #8E8E8E. Windows color (decimal): -4550142 or 168634. OLE color: 168634.
HSL color Cylindrical-coordinate representation of color #BA9202: hue angle of 46.96º 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 #BA9202 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.27 |
| HSL | 46.96º | 0.98% | 0.37% | - |
| HSV(B) | 46.96º | 0.99% | 0.73% | - |
| XYZ | 30.54 | 31 | 4.43 | - |
| YUV | 141.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 2 | 0 | 0.22 | 0.99 | 0.27 | 46.96 | 0.98 | 0.37 |
| Hex | BA | 92 | 2 | 0 | 16 | 63 | 1B | 2F | 62 | 25 |
| Octal | 272 | 222 | 2 | 0 | 26 | 143 | 33 | 57 | 142 | 45 |
| Binary | 10111010 | 10010010 | 10 | 0 | 10110 | 1100011 | 11011 | 101111 | 1100010 | 100101 |
Color Harmonies of #BA9202
Complementary color
Monochromatic Colors of #BA9202
Black with #BA9202
Text Example
Text Example
White with #BA9202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9202; }
p { color: rgb(186,146,2); }
H1.HeaderClassName
{
color: #BA9202;
}
.AnyTagClassName
{
color: #BA9202;
}
</style>
background-color css
<style>
a { background-color: #BA9202; }
a { background-color: rgb(186,146,2); }
div.DivClassName
{
background-color: #BA9202;
}
.BgClassName
{
background-color: #BA9202;
}
</style>
border-color css
<style>
span { border-color: #BA9202; }
span { border-color: rgb(186,146,2); }
td.TdClassName
{
border-color: #BA9202;
}
.TagClassName
{
border-color: #BA9202;
}
</style>