Shades of Fallow #BCA172
Tints of Fallow #BCA172
RGB
CMYK
RGB Variations
Color information
#BCA172 (or 0xBCA172) is known color: Fallow. HEX triplet: BC, A1 and 72. RGB value is (188,161,114). Sum of RGB (Red+Green+Blue) = 188+161+114=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA172 is #435E8D. Grayscale: #A3A3A3. Windows color (decimal): -4415118 or 7512508. OLE color: 7512508.
HSL color Cylindrical-coordinate representation of color #BCA172: hue angle of 38.11º 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 #BCA172 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 114 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.26 |
| HSL | 38.11º | 0.36% | 0.59% | - |
| HSV(B) | 38.11º | 0.39% | 0.74% | - |
| XYZ | 36.52 | 37.4 | 21.21 | - |
| YUV | 163.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 114 | 0 | 0.14 | 0.39 | 0.26 | 38.11 | 0.36 | 0.59 |
| Hex | BC | A1 | 72 | 0 | E | 27 | 1A | 26 | 24 | 3B |
| Octal | 274 | 241 | 162 | 0 | 16 | 47 | 32 | 46 | 44 | 73 |
| Binary | 10111100 | 10100001 | 1110010 | 0 | 1110 | 100111 | 11010 | 100110 | 100100 | 111011 |
Color Harmonies of #BCA172
Complementary color
Monochromatic Colors of #BCA172
Black with #BCA172
Text Example
Text Example
White with #BCA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA172; }
p { color: rgb(188,161,114); }
H1.HeaderClassName
{
color: #BCA172;
}
.AnyTagClassName
{
color: #BCA172;
}
</style>
background-color css
<style>
a { background-color: #BCA172; }
a { background-color: rgb(188,161,114); }
div.DivClassName
{
background-color: #BCA172;
}
.BgClassName
{
background-color: #BCA172;
}
</style>
border-color css
<style>
span { border-color: #BCA172; }
span { border-color: rgb(188,161,114); }
td.TdClassName
{
border-color: #BCA172;
}
.TagClassName
{
border-color: #BCA172;
}
</style>