Shades of Fallow #BA946B
Tints of Fallow #BA946B
RGB
CMYK
RGB Variations
Color information
#BA946B (or 0xBA946B) is known color: Fallow. HEX triplet: BA, 94 and 6B. RGB value is (186,148,107). Sum of RGB (Red+Green+Blue) = 186+148+107=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA946B is #456B94. Grayscale: #9A9A9A. Windows color (decimal): -4549525 or 7050426. OLE color: 7050426.
HSL color Cylindrical-coordinate representation of color #BA946B: hue angle of 31.14º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA946B is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 107 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.27 |
| HSL | 31.14º | 0.36% | 0.57% | - |
| HSV(B) | 31.14º | 0.42% | 0.73% | - |
| XYZ | 33.49 | 32.68 | 18.45 | - |
| YUV | 154.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 107 | 0 | 0.20 | 0.42 | 0.27 | 31.14 | 0.36 | 0.57 |
| Hex | BA | 94 | 6B | 0 | 14 | 2A | 1B | 1F | 24 | 39 |
| Octal | 272 | 224 | 153 | 0 | 24 | 52 | 33 | 37 | 44 | 71 |
| Binary | 10111010 | 10010100 | 1101011 | 0 | 10100 | 101010 | 11011 | 11111 | 100100 | 111001 |
Color Harmonies of #BA946B
Complementary color
Monochromatic Colors of #BA946B
Black with #BA946B
Text Example
Text Example
White with #BA946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA946B; }
p { color: rgb(186,148,107); }
H1.HeaderClassName
{
color: #BA946B;
}
.AnyTagClassName
{
color: #BA946B;
}
</style>
background-color css
<style>
a { background-color: #BA946B; }
a { background-color: rgb(186,148,107); }
div.DivClassName
{
background-color: #BA946B;
}
.BgClassName
{
background-color: #BA946B;
}
</style>
border-color css
<style>
span { border-color: #BA946B; }
span { border-color: rgb(186,148,107); }
td.TdClassName
{
border-color: #BA946B;
}
.TagClassName
{
border-color: #BA946B;
}
</style>