Shades of Fallow #BCA36E
Tints of Fallow #BCA36E
RGB
CMYK
RGB Variations
Color information
#BCA36E (or 0xBCA36E) is known color: Fallow. HEX triplet: BC, A3 and 6E. RGB value is (188,163,110). Sum of RGB (Red+Green+Blue) = 188+163+110=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA36E is #435C91. Grayscale: #A4A4A4. Windows color (decimal): -4414610 or 7250876. OLE color: 7250876.
HSL color Cylindrical-coordinate representation of color #BCA36E: hue angle of 40.77º 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 #BCA36E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 110 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.26 |
| HSL | 40.77º | 0.37% | 0.58% | - |
| HSV(B) | 40.77º | 0.41% | 0.74% | - |
| XYZ | 36.65 | 38.01 | 20.16 | - |
| YUV | 164.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 110 | 0 | 0.13 | 0.41 | 0.26 | 40.77 | 0.37 | 0.58 |
| Hex | BC | A3 | 6E | 0 | D | 29 | 1A | 29 | 25 | 3A |
| Octal | 274 | 243 | 156 | 0 | 15 | 51 | 32 | 51 | 45 | 72 |
| Binary | 10111100 | 10100011 | 1101110 | 0 | 1101 | 101001 | 11010 | 101001 | 100101 | 111010 |
Color Harmonies of #BCA36E
Complementary color
Monochromatic Colors of #BCA36E
Black with #BCA36E
Text Example
Text Example
White with #BCA36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA36E; }
p { color: rgb(188,163,110); }
H1.HeaderClassName
{
color: #BCA36E;
}
.AnyTagClassName
{
color: #BCA36E;
}
</style>
background-color css
<style>
a { background-color: #BCA36E; }
a { background-color: rgb(188,163,110); }
div.DivClassName
{
background-color: #BCA36E;
}
.BgClassName
{
background-color: #BCA36E;
}
</style>
border-color css
<style>
span { border-color: #BCA36E; }
span { border-color: rgb(188,163,110); }
td.TdClassName
{
border-color: #BCA36E;
}
.TagClassName
{
border-color: #BCA36E;
}
</style>