Shades of Dark Goldenrod #BA9302
Tints of Dark Goldenrod #BA9302
RGB
CMYK
RGB Variations
Color information
#BA9302 (or 0xBA9302) is known color: Dark Goldenrod. HEX triplet: BA, 93 and 02. RGB value is (186,147,2). Sum of RGB (Red+Green+Blue) = 186+147+2=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9302 is #456CFD. Grayscale: #8E8E8E. Windows color (decimal): -4549886 or 168890. OLE color: 168890.
HSL color Cylindrical-coordinate representation of color #BA9302: hue angle of 47.28º 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 #BA9302 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.27 |
| HSL | 47.28º | 0.98% | 0.37% | - |
| HSV(B) | 47.28º | 0.99% | 0.73% | - |
| XYZ | 30.69 | 31.31 | 4.48 | - |
| YUV | 142.13 | 48.92 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 2 | 0 | 0.21 | 0.99 | 0.27 | 47.28 | 0.98 | 0.37 |
| Hex | BA | 93 | 2 | 0 | 15 | 63 | 1B | 2F | 62 | 25 |
| Octal | 272 | 223 | 2 | 0 | 25 | 143 | 33 | 57 | 142 | 45 |
| Binary | 10111010 | 10010011 | 10 | 0 | 10101 | 1100011 | 11011 | 101111 | 1100010 | 100101 |
Color Harmonies of #BA9302
Complementary color
Monochromatic Colors of #BA9302
Black with #BA9302
Text Example
Text Example
White with #BA9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9302; }
p { color: rgb(186,147,2); }
H1.HeaderClassName
{
color: #BA9302;
}
.AnyTagClassName
{
color: #BA9302;
}
</style>
background-color css
<style>
a { background-color: #BA9302; }
a { background-color: rgb(186,147,2); }
div.DivClassName
{
background-color: #BA9302;
}
.BgClassName
{
background-color: #BA9302;
}
</style>
border-color css
<style>
span { border-color: #BA9302; }
span { border-color: rgb(186,147,2); }
td.TdClassName
{
border-color: #BA9302;
}
.TagClassName
{
border-color: #BA9302;
}
</style>