Shades of Fallow #BCA36C
Tints of Fallow #BCA36C
RGB
CMYK
RGB Variations
Color information
#BCA36C (or 0xBCA36C) is known color: Fallow. HEX triplet: BC, A3 and 6C. RGB value is (188,163,108). Sum of RGB (Red+Green+Blue) = 188+163+108=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA36C is #435C93. Grayscale: #A4A4A4. Windows color (decimal): -4414612 or 7119804. OLE color: 7119804.
HSL color Cylindrical-coordinate representation of color #BCA36C: hue angle of 41.25º 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 #BCA36C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 108 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.26 |
| HSL | 41.25º | 0.37% | 0.58% | - |
| HSV(B) | 41.25º | 0.43% | 0.74% | - |
| XYZ | 36.54 | 37.97 | 19.59 | - |
| YUV | 164.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 108 | 0 | 0.13 | 0.43 | 0.26 | 41.25 | 0.37 | 0.58 |
| Hex | BC | A3 | 6C | 0 | D | 2B | 1A | 29 | 25 | 3A |
| Octal | 274 | 243 | 154 | 0 | 15 | 53 | 32 | 51 | 45 | 72 |
| Binary | 10111100 | 10100011 | 1101100 | 0 | 1101 | 101011 | 11010 | 101001 | 100101 | 111010 |
Color Harmonies of #BCA36C
Complementary color
Monochromatic Colors of #BCA36C
Black with #BCA36C
Text Example
Text Example
White with #BCA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA36C; }
p { color: rgb(188,163,108); }
H1.HeaderClassName
{
color: #BCA36C;
}
.AnyTagClassName
{
color: #BCA36C;
}
</style>
background-color css
<style>
a { background-color: #BCA36C; }
a { background-color: rgb(188,163,108); }
div.DivClassName
{
background-color: #BCA36C;
}
.BgClassName
{
background-color: #BCA36C;
}
</style>
border-color css
<style>
span { border-color: #BCA36C; }
span { border-color: rgb(188,163,108); }
td.TdClassName
{
border-color: #BCA36C;
}
.TagClassName
{
border-color: #BCA36C;
}
</style>