Shades of Fallow #BA926D
Tints of Fallow #BA926D
RGB
CMYK
RGB Variations
Color information
#BA926D (or 0xBA926D) is known color: Fallow. HEX triplet: BA, 92 and 6D. RGB value is (186,146,109). Sum of RGB (Red+Green+Blue) = 186+146+109=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA926D is #456D92. Grayscale: #999999. Windows color (decimal): -4550035 or 7180986. OLE color: 7180986.
HSL color Cylindrical-coordinate representation of color #BA926D: hue angle of 28.83º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA926D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 109 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.27 |
| HSL | 28.83º | 0.36% | 0.58% | - |
| HSV(B) | 28.83º | 0.41% | 0.73% | - |
| XYZ | 33.29 | 32.1 | 18.91 | - |
| YUV | 153.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 109 | 0 | 0.22 | 0.41 | 0.27 | 28.83 | 0.36 | 0.58 |
| Hex | BA | 92 | 6D | 0 | 16 | 29 | 1B | 1D | 24 | 3A |
| Octal | 272 | 222 | 155 | 0 | 26 | 51 | 33 | 35 | 44 | 72 |
| Binary | 10111010 | 10010010 | 1101101 | 0 | 10110 | 101001 | 11011 | 11101 | 100100 | 111010 |
Color Harmonies of #BA926D
Complementary color
Monochromatic Colors of #BA926D
Black with #BA926D
Text Example
Text Example
White with #BA926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA926D; }
p { color: rgb(186,146,109); }
H1.HeaderClassName
{
color: #BA926D;
}
.AnyTagClassName
{
color: #BA926D;
}
</style>
background-color css
<style>
a { background-color: #BA926D; }
a { background-color: rgb(186,146,109); }
div.DivClassName
{
background-color: #BA926D;
}
.BgClassName
{
background-color: #BA926D;
}
</style>
border-color css
<style>
span { border-color: #BA926D; }
span { border-color: rgb(186,146,109); }
td.TdClassName
{
border-color: #BA926D;
}
.TagClassName
{
border-color: #BA926D;
}
</style>