Shades of Fallow #BA9C75
Tints of Fallow #BA9C75
RGB
CMYK
RGB Variations
Color information
#BA9C75 (or 0xBA9C75) is known color: Fallow. HEX triplet: BA, 9C and 75. RGB value is (186,156,117). Sum of RGB (Red+Green+Blue) = 186+156+117=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C75 is #45638A. Grayscale: #A0A0A0. Windows color (decimal): -4547467 or 7707834. OLE color: 7707834.
HSL color Cylindrical-coordinate representation of color #BA9C75: hue angle of 33.91º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9C75 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 117 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.27 |
| HSL | 33.91º | 0.33% | 0.59% | - |
| HSV(B) | 33.91º | 0.37% | 0.73% | - |
| XYZ | 35.35 | 35.5 | 21.82 | - |
| YUV | 160.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 117 | 0 | 0.16 | 0.37 | 0.27 | 33.91 | 0.33 | 0.59 |
| Hex | BA | 9C | 75 | 0 | 10 | 25 | 1B | 22 | 21 | 3B |
| Octal | 272 | 234 | 165 | 0 | 20 | 45 | 33 | 42 | 41 | 73 |
| Binary | 10111010 | 10011100 | 1110101 | 0 | 10000 | 100101 | 11011 | 100010 | 100001 | 111011 |
Color Harmonies of #BA9C75
Complementary color
Monochromatic Colors of #BA9C75
Black with #BA9C75
Text Example
Text Example
White with #BA9C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C75; }
p { color: rgb(186,156,117); }
H1.HeaderClassName
{
color: #BA9C75;
}
.AnyTagClassName
{
color: #BA9C75;
}
</style>
background-color css
<style>
a { background-color: #BA9C75; }
a { background-color: rgb(186,156,117); }
div.DivClassName
{
background-color: #BA9C75;
}
.BgClassName
{
background-color: #BA9C75;
}
</style>
border-color css
<style>
span { border-color: #BA9C75; }
span { border-color: rgb(186,156,117); }
td.TdClassName
{
border-color: #BA9C75;
}
.TagClassName
{
border-color: #BA9C75;
}
</style>