Shades of Fallow #BCA272
Tints of Fallow #BCA272
RGB
CMYK
RGB Variations
Color information
#BCA272 (or 0xBCA272) is known color: Fallow. HEX triplet: BC, A2 and 72. RGB value is (188,162,114). Sum of RGB (Red+Green+Blue) = 188+162+114=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA272 is #435D8D. Grayscale: #A4A4A4. Windows color (decimal): -4414862 or 7512764. OLE color: 7512764.
HSL color Cylindrical-coordinate representation of color #BCA272: hue angle of 38.92º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCA272 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 114 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.26 |
| HSL | 38.92º | 0.36% | 0.59% | - |
| HSV(B) | 38.92º | 0.39% | 0.74% | - |
| XYZ | 36.7 | 37.75 | 21.27 | - |
| YUV | 164.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 114 | 0 | 0.14 | 0.39 | 0.26 | 38.92 | 0.36 | 0.59 |
| Hex | BC | A2 | 72 | 0 | E | 27 | 1A | 27 | 24 | 3B |
| Octal | 274 | 242 | 162 | 0 | 16 | 47 | 32 | 47 | 44 | 73 |
| Binary | 10111100 | 10100010 | 1110010 | 0 | 1110 | 100111 | 11010 | 100111 | 100100 | 111011 |
Color Harmonies of #BCA272
Complementary color
Monochromatic Colors of #BCA272
Black with #BCA272
Text Example
Text Example
White with #BCA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA272; }
p { color: rgb(188,162,114); }
H1.HeaderClassName
{
color: #BCA272;
}
.AnyTagClassName
{
color: #BCA272;
}
</style>
background-color css
<style>
a { background-color: #BCA272; }
a { background-color: rgb(188,162,114); }
div.DivClassName
{
background-color: #BCA272;
}
.BgClassName
{
background-color: #BCA272;
}
</style>
border-color css
<style>
span { border-color: #BCA272; }
span { border-color: rgb(188,162,114); }
td.TdClassName
{
border-color: #BCA272;
}
.TagClassName
{
border-color: #BCA272;
}
</style>