Shades of Fallow #BCA271
Tints of Fallow #BCA271
RGB
CMYK
RGB Variations
Color information
#BCA271 (or 0xBCA271) is known color: Fallow. HEX triplet: BC, A2 and 71. RGB value is (188,162,113). Sum of RGB (Red+Green+Blue) = 188+162+113=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA271 is #435D8E. Grayscale: #A4A4A4. Windows color (decimal): -4414863 or 7447228. OLE color: 7447228.
HSL color Cylindrical-coordinate representation of color #BCA271: hue angle of 39.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCA271 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 113 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.26 |
| HSL | 39.2º | 0.36% | 0.59% | - |
| HSV(B) | 39.2º | 0.4% | 0.74% | - |
| XYZ | 36.64 | 37.72 | 20.97 | - |
| YUV | 164.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 113 | 0 | 0.14 | 0.40 | 0.26 | 39.2 | 0.36 | 0.59 |
| Hex | BC | A2 | 71 | 0 | E | 28 | 1A | 27 | 24 | 3B |
| Octal | 274 | 242 | 161 | 0 | 16 | 50 | 32 | 47 | 44 | 73 |
| Binary | 10111100 | 10100010 | 1110001 | 0 | 1110 | 101000 | 11010 | 100111 | 100100 | 111011 |
Color Harmonies of #BCA271
Complementary color
Monochromatic Colors of #BCA271
Black with #BCA271
Text Example
Text Example
White with #BCA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA271; }
p { color: rgb(188,162,113); }
H1.HeaderClassName
{
color: #BCA271;
}
.AnyTagClassName
{
color: #BCA271;
}
</style>
background-color css
<style>
a { background-color: #BCA271; }
a { background-color: rgb(188,162,113); }
div.DivClassName
{
background-color: #BCA271;
}
.BgClassName
{
background-color: #BCA271;
}
</style>
border-color css
<style>
span { border-color: #BCA271; }
span { border-color: rgb(188,162,113); }
td.TdClassName
{
border-color: #BCA271;
}
.TagClassName
{
border-color: #BCA271;
}
</style>