Shades of Dark Goldenrod #BA8302
Tints of Dark Goldenrod #BA8302
RGB
CMYK
RGB Variations
Color information
#BA8302 (or 0xBA8302) is known color: Dark Goldenrod. HEX triplet: BA, 83 and 02. RGB value is (186,131,2). Sum of RGB (Red+Green+Blue) = 186+131+2=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8302 is #457CFD. Grayscale: #858585. Windows color (decimal): -4553982 or 164794. OLE color: 164794.
HSL color Cylindrical-coordinate representation of color #BA8302: hue angle of 42.07º 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 #BA8302 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.27 |
| HSL | 42.07º | 0.98% | 0.37% | - |
| HSV(B) | 42.07º | 0.99% | 0.73% | - |
| XYZ | 28.38 | 26.68 | 3.71 | - |
| YUV | 132.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 2 | 0 | 0.30 | 0.99 | 0.27 | 42.07 | 0.98 | 0.37 |
| Hex | BA | 83 | 2 | 0 | 1E | 63 | 1B | 2A | 62 | 25 |
| Octal | 272 | 203 | 2 | 0 | 36 | 143 | 33 | 52 | 142 | 45 |
| Binary | 10111010 | 10000011 | 10 | 0 | 11110 | 1100011 | 11011 | 101010 | 1100010 | 100101 |
Color Harmonies of #BA8302
Complementary color
Monochromatic Colors of #BA8302
Black with #BA8302
Text Example
Text Example
White with #BA8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8302; }
p { color: rgb(186,131,2); }
H1.HeaderClassName
{
color: #BA8302;
}
.AnyTagClassName
{
color: #BA8302;
}
</style>
background-color css
<style>
a { background-color: #BA8302; }
a { background-color: rgb(186,131,2); }
div.DivClassName
{
background-color: #BA8302;
}
.BgClassName
{
background-color: #BA8302;
}
</style>
border-color css
<style>
span { border-color: #BA8302; }
span { border-color: rgb(186,131,2); }
td.TdClassName
{
border-color: #BA8302;
}
.TagClassName
{
border-color: #BA8302;
}
</style>