Shades of Dark Goldenrod #BA9403
Tints of Dark Goldenrod #BA9403
RGB
CMYK
RGB Variations
Color information
#BA9403 (or 0xBA9403) is known color: Dark Goldenrod. HEX triplet: BA, 94 and 03. RGB value is (186,148,3). Sum of RGB (Red+Green+Blue) = 186+148+3=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9403 is #456BFC. Grayscale: #8F8F8F. Windows color (decimal): -4549629 or 234682. OLE color: 234682.
HSL color Cylindrical-coordinate representation of color #BA9403: hue angle of 47.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA9403 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.27 |
| HSL | 47.54º | 0.97% | 0.37% | - |
| HSV(B) | 47.54º | 0.98% | 0.73% | - |
| XYZ | 30.86 | 31.63 | 4.56 | - |
| YUV | 142.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 3 | 0 | 0.20 | 0.98 | 0.27 | 47.54 | 0.97 | 0.37 |
| Hex | BA | 94 | 3 | 0 | 14 | 62 | 1B | 30 | 61 | 25 |
| Octal | 272 | 224 | 3 | 0 | 24 | 142 | 33 | 60 | 141 | 45 |
| Binary | 10111010 | 10010100 | 11 | 0 | 10100 | 1100010 | 11011 | 110000 | 1100001 | 100101 |
Color Harmonies of #BA9403
Complementary color
Monochromatic Colors of #BA9403
Black with #BA9403
Text Example
Text Example
White with #BA9403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9403; }
p { color: rgb(186,148,3); }
H1.HeaderClassName
{
color: #BA9403;
}
.AnyTagClassName
{
color: #BA9403;
}
</style>
background-color css
<style>
a { background-color: #BA9403; }
a { background-color: rgb(186,148,3); }
div.DivClassName
{
background-color: #BA9403;
}
.BgClassName
{
background-color: #BA9403;
}
</style>
border-color css
<style>
span { border-color: #BA9403; }
span { border-color: rgb(186,148,3); }
td.TdClassName
{
border-color: #BA9403;
}
.TagClassName
{
border-color: #BA9403;
}
</style>