Shades of Dark Goldenrod #BA7F12
Tints of Dark Goldenrod #BA7F12
RGB
CMYK
RGB Variations
Color information
#BA7F12 (or 0xBA7F12) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 12. RGB value is (186,127,18). Sum of RGB (Red+Green+Blue) = 186+127+18=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F12 is #4580ED. Grayscale: #848484. Windows color (decimal): -4554990 or 1212346. OLE color: 1212346.
HSL color Cylindrical-coordinate representation of color #BA7F12: hue angle of 38.93º 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 #BA7F12 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 18 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.27 |
| HSL | 38.93º | 0.82% | 0.4% | - |
| HSV(B) | 38.93º | 0.9% | 0.73% | - |
| XYZ | 27.95 | 25.66 | 4.05 | - |
| YUV | 132.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 18 | 0 | 0.32 | 0.90 | 0.27 | 38.93 | 0.82 | 0.4 |
| Hex | BA | 7F | 12 | 0 | 20 | 5A | 1B | 27 | 52 | 28 |
| Octal | 272 | 177 | 22 | 0 | 40 | 132 | 33 | 47 | 122 | 50 |
| Binary | 10111010 | 1111111 | 10010 | 0 | 100000 | 1011010 | 11011 | 100111 | 1010010 | 101000 |
Color Harmonies of #BA7F12
Complementary color
Monochromatic Colors of #BA7F12
Black with #BA7F12
Text Example
Text Example
White with #BA7F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F12; }
p { color: rgb(186,127,18); }
H1.HeaderClassName
{
color: #BA7F12;
}
.AnyTagClassName
{
color: #BA7F12;
}
</style>
background-color css
<style>
a { background-color: #BA7F12; }
a { background-color: rgb(186,127,18); }
div.DivClassName
{
background-color: #BA7F12;
}
.BgClassName
{
background-color: #BA7F12;
}
</style>
border-color css
<style>
span { border-color: #BA7F12; }
span { border-color: rgb(186,127,18); }
td.TdClassName
{
border-color: #BA7F12;
}
.TagClassName
{
border-color: #BA7F12;
}
</style>