Shades of Dark Goldenrod #BA8F03
Tints of Dark Goldenrod #BA8F03
RGB
CMYK
RGB Variations
Color information
#BA8F03 (or 0xBA8F03) is known color: Dark Goldenrod. HEX triplet: BA, 8F and 03. RGB value is (186,143,3). Sum of RGB (Red+Green+Blue) = 186+143+3=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA8F03 is #4570FC. Grayscale: #8C8C8C. Windows color (decimal): -4550909 or 233402. OLE color: 233402.
HSL color Cylindrical-coordinate representation of color #BA8F03: hue angle of 45.9º 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 #BA8F03 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.27 |
| HSL | 45.9º | 0.97% | 0.37% | - |
| HSV(B) | 45.9º | 0.98% | 0.73% | - |
| XYZ | 30.09 | 30.09 | 4.31 | - |
| YUV | 139.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 3 | 0 | 0.23 | 0.98 | 0.27 | 45.9 | 0.97 | 0.37 |
| Hex | BA | 8F | 3 | 0 | 17 | 62 | 1B | 2E | 61 | 25 |
| Octal | 272 | 217 | 3 | 0 | 27 | 142 | 33 | 56 | 141 | 45 |
| Binary | 10111010 | 10001111 | 11 | 0 | 10111 | 1100010 | 11011 | 101110 | 1100001 | 100101 |
Color Harmonies of #BA8F03
Complementary color
Monochromatic Colors of #BA8F03
Black with #BA8F03
Text Example
Text Example
White with #BA8F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F03; }
p { color: rgb(186,143,3); }
H1.HeaderClassName
{
color: #BA8F03;
}
.AnyTagClassName
{
color: #BA8F03;
}
</style>
background-color css
<style>
a { background-color: #BA8F03; }
a { background-color: rgb(186,143,3); }
div.DivClassName
{
background-color: #BA8F03;
}
.BgClassName
{
background-color: #BA8F03;
}
</style>
border-color css
<style>
span { border-color: #BA8F03; }
span { border-color: rgb(186,143,3); }
td.TdClassName
{
border-color: #BA8F03;
}
.TagClassName
{
border-color: #BA8F03;
}
</style>