Shades of Dark Goldenrod #BA7F03
Tints of Dark Goldenrod #BA7F03
RGB
CMYK
RGB Variations
Color information
#BA7F03 (or 0xBA7F03) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 03. RGB value is (186,127,3). Sum of RGB (Red+Green+Blue) = 186+127+3=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F03 is #4580FC. Grayscale: #838383. Windows color (decimal): -4555005 or 229306. OLE color: 229306.
HSL color Cylindrical-coordinate representation of color #BA7F03: hue angle of 40.66º 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 #BA7F03 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.27 |
| HSL | 40.66º | 0.97% | 0.37% | - |
| HSV(B) | 40.66º | 0.98% | 0.73% | - |
| XYZ | 27.86 | 25.62 | 3.56 | - |
| YUV | 130.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 3 | 0 | 0.32 | 0.98 | 0.27 | 40.66 | 0.97 | 0.37 |
| Hex | BA | 7F | 3 | 0 | 20 | 62 | 1B | 29 | 61 | 25 |
| Octal | 272 | 177 | 3 | 0 | 40 | 142 | 33 | 51 | 141 | 45 |
| Binary | 10111010 | 1111111 | 11 | 0 | 100000 | 1100010 | 11011 | 101001 | 1100001 | 100101 |
Color Harmonies of #BA7F03
Complementary color
Monochromatic Colors of #BA7F03
Black with #BA7F03
Text Example
Text Example
White with #BA7F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F03; }
p { color: rgb(186,127,3); }
H1.HeaderClassName
{
color: #BA7F03;
}
.AnyTagClassName
{
color: #BA7F03;
}
</style>
background-color css
<style>
a { background-color: #BA7F03; }
a { background-color: rgb(186,127,3); }
div.DivClassName
{
background-color: #BA7F03;
}
.BgClassName
{
background-color: #BA7F03;
}
</style>
border-color css
<style>
span { border-color: #BA7F03; }
span { border-color: rgb(186,127,3); }
td.TdClassName
{
border-color: #BA7F03;
}
.TagClassName
{
border-color: #BA7F03;
}
</style>