Shades of Fallow #BA9B74
Tints of Fallow #BA9B74
RGB
CMYK
RGB Variations
Color information
#BA9B74 (or 0xBA9B74) is known color: Fallow. HEX triplet: BA, 9B and 74. RGB value is (186,155,116). Sum of RGB (Red+Green+Blue) = 186+155+116=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B74 is #45648B. Grayscale: #A0A0A0. Windows color (decimal): -4547724 or 7642042. OLE color: 7642042.
HSL color Cylindrical-coordinate representation of color #BA9B74: hue angle of 33.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA9B74 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 116 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.27 |
| HSL | 33.43º | 0.34% | 0.59% | - |
| HSV(B) | 33.43º | 0.38% | 0.73% | - |
| XYZ | 35.12 | 35.14 | 21.46 | - |
| YUV | 159.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 116 | 0 | 0.17 | 0.38 | 0.27 | 33.43 | 0.34 | 0.59 |
| Hex | BA | 9B | 74 | 0 | 11 | 26 | 1B | 21 | 22 | 3B |
| Octal | 272 | 233 | 164 | 0 | 21 | 46 | 33 | 41 | 42 | 73 |
| Binary | 10111010 | 10011011 | 1110100 | 0 | 10001 | 100110 | 11011 | 100001 | 100010 | 111011 |
Color Harmonies of #BA9B74
Complementary color
Monochromatic Colors of #BA9B74
Black with #BA9B74
Text Example
Text Example
White with #BA9B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B74; }
p { color: rgb(186,155,116); }
H1.HeaderClassName
{
color: #BA9B74;
}
.AnyTagClassName
{
color: #BA9B74;
}
</style>
background-color css
<style>
a { background-color: #BA9B74; }
a { background-color: rgb(186,155,116); }
div.DivClassName
{
background-color: #BA9B74;
}
.BgClassName
{
background-color: #BA9B74;
}
</style>
border-color css
<style>
span { border-color: #BA9B74; }
span { border-color: rgb(186,155,116); }
td.TdClassName
{
border-color: #BA9B74;
}
.TagClassName
{
border-color: #BA9B74;
}
</style>