Shades of Dark Goldenrod #BA7E13
Tints of Dark Goldenrod #BA7E13
RGB
CMYK
RGB Variations
Color information
#BA7E13 (or 0xBA7E13) is known color: Dark Goldenrod. HEX triplet: BA, 7E and 13. RGB value is (186,126,19). Sum of RGB (Red+Green+Blue) = 186+126+19=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7E13 is #4581EC. Grayscale: #848484. Windows color (decimal): -4555245 or 1277626. OLE color: 1277626.
HSL color Cylindrical-coordinate representation of color #BA7E13: hue angle of 38.44º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7E13 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 19 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.27 |
| HSL | 38.44º | 0.81% | 0.4% | - |
| HSV(B) | 38.44º | 0.9% | 0.73% | - |
| XYZ | 27.83 | 25.41 | 4.05 | - |
| YUV | 131.74 | 64.38 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 19 | 0 | 0.32 | 0.90 | 0.27 | 38.44 | 0.81 | 0.4 |
| Hex | BA | 7E | 13 | 0 | 20 | 5A | 1B | 26 | 51 | 28 |
| Octal | 272 | 176 | 23 | 0 | 40 | 132 | 33 | 46 | 121 | 50 |
| Binary | 10111010 | 1111110 | 10011 | 0 | 100000 | 1011010 | 11011 | 100110 | 1010001 | 101000 |
Color Harmonies of #BA7E13
Complementary color
Monochromatic Colors of #BA7E13
Black with #BA7E13
Text Example
Text Example
White with #BA7E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E13; }
p { color: rgb(186,126,19); }
H1.HeaderClassName
{
color: #BA7E13;
}
.AnyTagClassName
{
color: #BA7E13;
}
</style>
background-color css
<style>
a { background-color: #BA7E13; }
a { background-color: rgb(186,126,19); }
div.DivClassName
{
background-color: #BA7E13;
}
.BgClassName
{
background-color: #BA7E13;
}
</style>
border-color css
<style>
span { border-color: #BA7E13; }
span { border-color: rgb(186,126,19); }
td.TdClassName
{
border-color: #BA7E13;
}
.TagClassName
{
border-color: #BA7E13;
}
</style>