Shades of Fallow #BCA16E
Tints of Fallow #BCA16E
RGB
CMYK
RGB Variations
Color information
#BCA16E (or 0xBCA16E) is known color: Fallow. HEX triplet: BC, A1 and 6E. RGB value is (188,161,110). Sum of RGB (Red+Green+Blue) = 188+161+110=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA16E is #435E91. Grayscale: #A3A3A3. Windows color (decimal): -4415122 or 7250364. OLE color: 7250364.
HSL color Cylindrical-coordinate representation of color #BCA16E: hue angle of 39.23º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCA16E is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 110 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.26 |
| HSL | 39.23º | 0.37% | 0.58% | - |
| HSV(B) | 39.23º | 0.41% | 0.74% | - |
| XYZ | 36.3 | 37.31 | 20.04 | - |
| YUV | 163.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 110 | 0 | 0.14 | 0.41 | 0.26 | 39.23 | 0.37 | 0.58 |
| Hex | BC | A1 | 6E | 0 | E | 29 | 1A | 27 | 25 | 3A |
| Octal | 274 | 241 | 156 | 0 | 16 | 51 | 32 | 47 | 45 | 72 |
| Binary | 10111100 | 10100001 | 1101110 | 0 | 1110 | 101001 | 11010 | 100111 | 100101 | 111010 |
Color Harmonies of #BCA16E
Complementary color
Monochromatic Colors of #BCA16E
Black with #BCA16E
Text Example
Text Example
White with #BCA16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA16E; }
p { color: rgb(188,161,110); }
H1.HeaderClassName
{
color: #BCA16E;
}
.AnyTagClassName
{
color: #BCA16E;
}
</style>
background-color css
<style>
a { background-color: #BCA16E; }
a { background-color: rgb(188,161,110); }
div.DivClassName
{
background-color: #BCA16E;
}
.BgClassName
{
background-color: #BCA16E;
}
</style>
border-color css
<style>
span { border-color: #BCA16E; }
span { border-color: rgb(188,161,110); }
td.TdClassName
{
border-color: #BCA16E;
}
.TagClassName
{
border-color: #BCA16E;
}
</style>