Shades of Dark Goldenrod #BA7F0C
Tints of Dark Goldenrod #BA7F0C
RGB
CMYK
RGB Variations
Color information
#BA7F0C (or 0xBA7F0C) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 0C. RGB value is (186,127,12). Sum of RGB (Red+Green+Blue) = 186+127+12=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F0C is #4580F3. Grayscale: #848484. Windows color (decimal): -4554996 or 819130. OLE color: 819130.
HSL color Cylindrical-coordinate representation of color #BA7F0C: hue angle of 39.66º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA7F0C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 12 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.27 |
| HSL | 39.66º | 0.88% | 0.39% | - |
| HSV(B) | 39.66º | 0.94% | 0.73% | - |
| XYZ | 27.91 | 25.64 | 3.83 | - |
| YUV | 131.53 | 60.55 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 12 | 0 | 0.32 | 0.94 | 0.27 | 39.66 | 0.88 | 0.39 |
| Hex | BA | 7F | C | 0 | 20 | 5E | 1B | 28 | 58 | 27 |
| Octal | 272 | 177 | 14 | 0 | 40 | 136 | 33 | 50 | 130 | 47 |
| Binary | 10111010 | 1111111 | 1100 | 0 | 100000 | 1011110 | 11011 | 101000 | 1011000 | 100111 |
Color Harmonies of #BA7F0C
Complementary color
Monochromatic Colors of #BA7F0C
Black with #BA7F0C
Text Example
Text Example
White with #BA7F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F0C; }
p { color: rgb(186,127,12); }
H1.HeaderClassName
{
color: #BA7F0C;
}
.AnyTagClassName
{
color: #BA7F0C;
}
</style>
background-color css
<style>
a { background-color: #BA7F0C; }
a { background-color: rgb(186,127,12); }
div.DivClassName
{
background-color: #BA7F0C;
}
.BgClassName
{
background-color: #BA7F0C;
}
</style>
border-color css
<style>
span { border-color: #BA7F0C; }
span { border-color: rgb(186,127,12); }
td.TdClassName
{
border-color: #BA7F0C;
}
.TagClassName
{
border-color: #BA7F0C;
}
</style>