Shades of Fallow #BCA26C
Tints of Fallow #BCA26C
RGB
CMYK
RGB Variations
Color information
#BCA26C (or 0xBCA26C) is known color: Fallow. HEX triplet: BC, A2 and 6C. RGB value is (188,162,108). Sum of RGB (Red+Green+Blue) = 188+162+108=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA26C is #435D93. Grayscale: #A3A3A3. Windows color (decimal): -4414868 or 7119548. OLE color: 7119548.
HSL color Cylindrical-coordinate representation of color #BCA26C: hue angle of 40.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCA26C is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 108 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.26 |
| HSL | 40.5º | 0.37% | 0.58% | - |
| HSV(B) | 40.5º | 0.43% | 0.74% | - |
| XYZ | 36.37 | 37.61 | 19.53 | - |
| YUV | 163.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 108 | 0 | 0.14 | 0.43 | 0.26 | 40.5 | 0.37 | 0.58 |
| Hex | BC | A2 | 6C | 0 | E | 2B | 1A | 28 | 25 | 3A |
| Octal | 274 | 242 | 154 | 0 | 16 | 53 | 32 | 50 | 45 | 72 |
| Binary | 10111100 | 10100010 | 1101100 | 0 | 1110 | 101011 | 11010 | 101000 | 100101 | 111010 |
Color Harmonies of #BCA26C
Complementary color
Monochromatic Colors of #BCA26C
Black with #BCA26C
Text Example
Text Example
White with #BCA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA26C; }
p { color: rgb(188,162,108); }
H1.HeaderClassName
{
color: #BCA26C;
}
.AnyTagClassName
{
color: #BCA26C;
}
</style>
background-color css
<style>
a { background-color: #BCA26C; }
a { background-color: rgb(188,162,108); }
div.DivClassName
{
background-color: #BCA26C;
}
.BgClassName
{
background-color: #BCA26C;
}
</style>
border-color css
<style>
span { border-color: #BCA26C; }
span { border-color: rgb(188,162,108); }
td.TdClassName
{
border-color: #BCA26C;
}
.TagClassName
{
border-color: #BCA26C;
}
</style>