Shades of Dark Goldenrod #BA8402
Tints of Dark Goldenrod #BA8402
RGB
CMYK
RGB Variations
Color information
#BA8402 (or 0xBA8402) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 02. RGB value is (186,132,2). Sum of RGB (Red+Green+Blue) = 186+132+2=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8402 is #457BFD. Grayscale: #858585. Windows color (decimal): -4553726 or 165050. OLE color: 165050.
HSL color Cylindrical-coordinate representation of color #BA8402: hue angle of 42.39º 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 #BA8402 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.27 |
| HSL | 42.39º | 0.98% | 0.37% | - |
| HSV(B) | 42.39º | 0.99% | 0.73% | - |
| XYZ | 28.51 | 26.95 | 3.76 | - |
| YUV | 133.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 2 | 0 | 0.29 | 0.99 | 0.27 | 42.39 | 0.98 | 0.37 |
| Hex | BA | 84 | 2 | 0 | 1D | 63 | 1B | 2A | 62 | 25 |
| Octal | 272 | 204 | 2 | 0 | 35 | 143 | 33 | 52 | 142 | 45 |
| Binary | 10111010 | 10000100 | 10 | 0 | 11101 | 1100011 | 11011 | 101010 | 1100010 | 100101 |
Color Harmonies of #BA8402
Complementary color
Monochromatic Colors of #BA8402
Black with #BA8402
Text Example
Text Example
White with #BA8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8402; }
p { color: rgb(186,132,2); }
H1.HeaderClassName
{
color: #BA8402;
}
.AnyTagClassName
{
color: #BA8402;
}
</style>
background-color css
<style>
a { background-color: #BA8402; }
a { background-color: rgb(186,132,2); }
div.DivClassName
{
background-color: #BA8402;
}
.BgClassName
{
background-color: #BA8402;
}
</style>
border-color css
<style>
span { border-color: #BA8402; }
span { border-color: rgb(186,132,2); }
td.TdClassName
{
border-color: #BA8402;
}
.TagClassName
{
border-color: #BA8402;
}
</style>