Shades of Dark Goldenrod #BA7412
Tints of Dark Goldenrod #BA7412
RGB
CMYK
RGB Variations
Color information
#BA7412 (or 0xBA7412) is known color: Dark Goldenrod. HEX triplet: BA, 74 and 12. RGB value is (186,116,18). Sum of RGB (Red+Green+Blue) = 186+116+18=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7412 is #458BED. Grayscale: #7E7E7E. Windows color (decimal): -4557806 or 1209530. OLE color: 1209530.
HSL color Cylindrical-coordinate representation of color #BA7412: hue angle of 35º 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 #BA7412 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 18 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.27 |
| HSL | 35º | 0.82% | 0.4% | - |
| HSV(B) | 35º | 0.9% | 0.73% | - |
| XYZ | 26.6 | 22.97 | 3.6 | - |
| YUV | 125.76 | 67.19 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 18 | 0 | 0.38 | 0.90 | 0.27 | 35 | 0.82 | 0.4 |
| Hex | BA | 74 | 12 | 0 | 26 | 5A | 1B | 23 | 52 | 28 |
| Octal | 272 | 164 | 22 | 0 | 46 | 132 | 33 | 43 | 122 | 50 |
| Binary | 10111010 | 1110100 | 10010 | 0 | 100110 | 1011010 | 11011 | 100011 | 1010010 | 101000 |
Color Harmonies of #BA7412
Complementary color
Monochromatic Colors of #BA7412
Black with #BA7412
Text Example
Text Example
White with #BA7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7412; }
p { color: rgb(186,116,18); }
H1.HeaderClassName
{
color: #BA7412;
}
.AnyTagClassName
{
color: #BA7412;
}
</style>
background-color css
<style>
a { background-color: #BA7412; }
a { background-color: rgb(186,116,18); }
div.DivClassName
{
background-color: #BA7412;
}
.BgClassName
{
background-color: #BA7412;
}
</style>
border-color css
<style>
span { border-color: #BA7412; }
span { border-color: rgb(186,116,18); }
td.TdClassName
{
border-color: #BA7412;
}
.TagClassName
{
border-color: #BA7412;
}
</style>