Shades of Fallow #BA926A
Tints of Fallow #BA926A
RGB
CMYK
RGB Variations
Color information
#BA926A (or 0xBA926A) is known color: Fallow. HEX triplet: BA, 92 and 6A. RGB value is (186,146,106). Sum of RGB (Red+Green+Blue) = 186+146+106=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA926A is #456D95. Grayscale: #999999. Windows color (decimal): -4550038 or 6984378. OLE color: 6984378.
HSL color Cylindrical-coordinate representation of color #BA926A: hue angle of 30º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA926A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 146 | 106 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.27 |
| HSL | 30º | 0.37% | 0.57% | - |
| HSV(B) | 30º | 0.43% | 0.73% | - |
| XYZ | 33.13 | 32.04 | 18.07 | - |
| YUV | 153.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 106 | 0 | 0.22 | 0.43 | 0.27 | 30 | 0.37 | 0.57 |
| Hex | BA | 92 | 6A | 0 | 16 | 2B | 1B | 1E | 25 | 39 |
| Octal | 272 | 222 | 152 | 0 | 26 | 53 | 33 | 36 | 45 | 71 |
| Binary | 10111010 | 10010010 | 1101010 | 0 | 10110 | 101011 | 11011 | 11110 | 100101 | 111001 |
Color Harmonies of #BA926A
Complementary color
Monochromatic Colors of #BA926A
Black with #BA926A
Text Example
Text Example
White with #BA926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA926A; }
p { color: rgb(186,146,106); }
H1.HeaderClassName
{
color: #BA926A;
}
.AnyTagClassName
{
color: #BA926A;
}
</style>
background-color css
<style>
a { background-color: #BA926A; }
a { background-color: rgb(186,146,106); }
div.DivClassName
{
background-color: #BA926A;
}
.BgClassName
{
background-color: #BA926A;
}
</style>
border-color css
<style>
span { border-color: #BA926A; }
span { border-color: rgb(186,146,106); }
td.TdClassName
{
border-color: #BA926A;
}
.TagClassName
{
border-color: #BA926A;
}
</style>