Shades of Dark Goldenrod #BA7C03
Tints of Dark Goldenrod #BA7C03
RGB
CMYK
RGB Variations
Color information
#BA7C03 (or 0xBA7C03) is known color: Dark Goldenrod. HEX triplet: BA, 7C and 03. RGB value is (186,124,3). Sum of RGB (Red+Green+Blue) = 186+124+3=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7C03 is #4583FC. Grayscale: #818181. Windows color (decimal): -4555773 or 228538. OLE color: 228538.
HSL color Cylindrical-coordinate representation of color #BA7C03: hue angle of 39.67º 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 #BA7C03 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.27 |
| HSL | 39.67º | 0.97% | 0.37% | - |
| HSV(B) | 39.67º | 0.98% | 0.73% | - |
| XYZ | 27.47 | 24.86 | 3.44 | - |
| YUV | 128.74 | 57.04 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 3 | 0 | 0.33 | 0.98 | 0.27 | 39.67 | 0.97 | 0.37 |
| Hex | BA | 7C | 3 | 0 | 21 | 62 | 1B | 28 | 61 | 25 |
| Octal | 272 | 174 | 3 | 0 | 41 | 142 | 33 | 50 | 141 | 45 |
| Binary | 10111010 | 1111100 | 11 | 0 | 100001 | 1100010 | 11011 | 101000 | 1100001 | 100101 |
Color Harmonies of #BA7C03
Complementary color
Monochromatic Colors of #BA7C03
Black with #BA7C03
Text Example
Text Example
White with #BA7C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C03; }
p { color: rgb(186,124,3); }
H1.HeaderClassName
{
color: #BA7C03;
}
.AnyTagClassName
{
color: #BA7C03;
}
</style>
background-color css
<style>
a { background-color: #BA7C03; }
a { background-color: rgb(186,124,3); }
div.DivClassName
{
background-color: #BA7C03;
}
.BgClassName
{
background-color: #BA7C03;
}
</style>
border-color css
<style>
span { border-color: #BA7C03; }
span { border-color: rgb(186,124,3); }
td.TdClassName
{
border-color: #BA7C03;
}
.TagClassName
{
border-color: #BA7C03;
}
</style>