Shades of Dark Goldenrod #BA7513
Tints of Dark Goldenrod #BA7513
RGB
CMYK
RGB Variations
Color information
#BA7513 (or 0xBA7513) is known color: Dark Goldenrod. HEX triplet: BA, 75 and 13. RGB value is (186,117,19). Sum of RGB (Red+Green+Blue) = 186+117+19=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7513 is #458AEC. Grayscale: #7E7E7E. Windows color (decimal): -4557549 or 1275322. OLE color: 1275322.
HSL color Cylindrical-coordinate representation of color #BA7513: hue angle of 35.21º 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 #BA7513 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 19 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.27 |
| HSL | 35.21º | 0.81% | 0.4% | - |
| HSV(B) | 35.21º | 0.9% | 0.73% | - |
| XYZ | 26.73 | 23.21 | 3.69 | - |
| YUV | 126.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 19 | 0 | 0.37 | 0.90 | 0.27 | 35.21 | 0.81 | 0.4 |
| Hex | BA | 75 | 13 | 0 | 25 | 5A | 1B | 23 | 51 | 28 |
| Octal | 272 | 165 | 23 | 0 | 45 | 132 | 33 | 43 | 121 | 50 |
| Binary | 10111010 | 1110101 | 10011 | 0 | 100101 | 1011010 | 11011 | 100011 | 1010001 | 101000 |
Color Harmonies of #BA7513
Complementary color
Monochromatic Colors of #BA7513
Black with #BA7513
Text Example
Text Example
White with #BA7513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7513; }
p { color: rgb(186,117,19); }
H1.HeaderClassName
{
color: #BA7513;
}
.AnyTagClassName
{
color: #BA7513;
}
</style>
background-color css
<style>
a { background-color: #BA7513; }
a { background-color: rgb(186,117,19); }
div.DivClassName
{
background-color: #BA7513;
}
.BgClassName
{
background-color: #BA7513;
}
</style>
border-color css
<style>
span { border-color: #BA7513; }
span { border-color: rgb(186,117,19); }
td.TdClassName
{
border-color: #BA7513;
}
.TagClassName
{
border-color: #BA7513;
}
</style>