Shades of Fallow #BCA179
Tints of Fallow #BCA179
RGB
CMYK
RGB Variations
Color information
#BCA179 (or 0xBCA179) is known color: Fallow. HEX triplet: BC, A1 and 79. RGB value is (188,161,121). Sum of RGB (Red+Green+Blue) = 188+161+121=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA179 is #435E86. Grayscale: #A4A4A4. Windows color (decimal): -4415111 or 7971260. OLE color: 7971260.
HSL color Cylindrical-coordinate representation of color #BCA179: hue angle of 35.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCA179 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 121 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.26 |
| HSL | 35.82º | 0.33% | 0.61% | - |
| HSV(B) | 35.82º | 0.36% | 0.74% | - |
| XYZ | 36.94 | 37.56 | 23.39 | - |
| YUV | 164.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 121 | 0 | 0.14 | 0.36 | 0.26 | 35.82 | 0.33 | 0.61 |
| Hex | BC | A1 | 79 | 0 | E | 24 | 1A | 24 | 21 | 3D |
| Octal | 274 | 241 | 171 | 0 | 16 | 44 | 32 | 44 | 41 | 75 |
| Binary | 10111100 | 10100001 | 1111001 | 0 | 1110 | 100100 | 11010 | 100100 | 100001 | 111101 |
Color Harmonies of #BCA179
Complementary color
Monochromatic Colors of #BCA179
Black with #BCA179
Text Example
Text Example
White with #BCA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA179; }
p { color: rgb(188,161,121); }
H1.HeaderClassName
{
color: #BCA179;
}
.AnyTagClassName
{
color: #BCA179;
}
</style>
background-color css
<style>
a { background-color: #BCA179; }
a { background-color: rgb(188,161,121); }
div.DivClassName
{
background-color: #BCA179;
}
.BgClassName
{
background-color: #BCA179;
}
</style>
border-color css
<style>
span { border-color: #BCA179; }
span { border-color: rgb(188,161,121); }
td.TdClassName
{
border-color: #BCA179;
}
.TagClassName
{
border-color: #BCA179;
}
</style>