Shades of Fallow #BCA270
Tints of Fallow #BCA270
RGB
CMYK
RGB Variations
Color information
#BCA270 (or 0xBCA270) is known color: Fallow. HEX triplet: BC, A2 and 70. RGB value is (188,162,112). Sum of RGB (Red+Green+Blue) = 188+162+112=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA270 is #435D8F. Grayscale: #A4A4A4. Windows color (decimal): -4414864 or 7381692. OLE color: 7381692.
HSL color Cylindrical-coordinate representation of color #BCA270: hue angle of 39.47º 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 #BCA270 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 112 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.26 |
| HSL | 39.47º | 0.36% | 0.59% | - |
| HSV(B) | 39.47º | 0.4% | 0.74% | - |
| XYZ | 36.58 | 37.7 | 20.68 | - |
| YUV | 164.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 112 | 0 | 0.14 | 0.40 | 0.26 | 39.47 | 0.36 | 0.59 |
| Hex | BC | A2 | 70 | 0 | E | 28 | 1A | 27 | 24 | 3B |
| Octal | 274 | 242 | 160 | 0 | 16 | 50 | 32 | 47 | 44 | 73 |
| Binary | 10111100 | 10100010 | 1110000 | 0 | 1110 | 101000 | 11010 | 100111 | 100100 | 111011 |
Color Harmonies of #BCA270
Complementary color
Monochromatic Colors of #BCA270
Black with #BCA270
Text Example
Text Example
White with #BCA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA270; }
p { color: rgb(188,162,112); }
H1.HeaderClassName
{
color: #BCA270;
}
.AnyTagClassName
{
color: #BCA270;
}
</style>
background-color css
<style>
a { background-color: #BCA270; }
a { background-color: rgb(188,162,112); }
div.DivClassName
{
background-color: #BCA270;
}
.BgClassName
{
background-color: #BCA270;
}
</style>
border-color css
<style>
span { border-color: #BCA270; }
span { border-color: rgb(188,162,112); }
td.TdClassName
{
border-color: #BCA270;
}
.TagClassName
{
border-color: #BCA270;
}
</style>