Shades of Dark Goldenrod #BA7312
Tints of Dark Goldenrod #BA7312
RGB
CMYK
RGB Variations
Color information
#BA7312 (or 0xBA7312) is known color: Dark Goldenrod. HEX triplet: BA, 73 and 12. RGB value is (186,115,18). Sum of RGB (Red+Green+Blue) = 186+115+18=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7312 is #458CED. Grayscale: #7D7D7D. Windows color (decimal): -4558062 or 1209274. OLE color: 1209274.
HSL color Cylindrical-coordinate representation of color #BA7312: hue angle of 34.64º degrees, saturation: 0.82, 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 #BA7312 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 18 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.27 |
| HSL | 34.64º | 0.82% | 0.4% | - |
| HSV(B) | 34.64º | 0.9% | 0.73% | - |
| XYZ | 26.49 | 22.74 | 3.57 | - |
| YUV | 125.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 18 | 0 | 0.38 | 0.90 | 0.27 | 34.64 | 0.82 | 0.4 |
| Hex | BA | 73 | 12 | 0 | 26 | 5A | 1B | 23 | 52 | 28 |
| Octal | 272 | 163 | 22 | 0 | 46 | 132 | 33 | 43 | 122 | 50 |
| Binary | 10111010 | 1110011 | 10010 | 0 | 100110 | 1011010 | 11011 | 100011 | 1010010 | 101000 |
Color Harmonies of #BA7312
Complementary color
Monochromatic Colors of #BA7312
Black with #BA7312
Text Example
Text Example
White with #BA7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7312; }
p { color: rgb(186,115,18); }
H1.HeaderClassName
{
color: #BA7312;
}
.AnyTagClassName
{
color: #BA7312;
}
</style>
background-color css
<style>
a { background-color: #BA7312; }
a { background-color: rgb(186,115,18); }
div.DivClassName
{
background-color: #BA7312;
}
.BgClassName
{
background-color: #BA7312;
}
</style>
border-color css
<style>
span { border-color: #BA7312; }
span { border-color: rgb(186,115,18); }
td.TdClassName
{
border-color: #BA7312;
}
.TagClassName
{
border-color: #BA7312;
}
</style>