Shades of Fallow #BCA36D
Tints of Fallow #BCA36D
RGB
CMYK
RGB Variations
Color information
#BCA36D (or 0xBCA36D) is known color: Fallow. HEX triplet: BC, A3 and 6D. RGB value is (188,163,109). Sum of RGB (Red+Green+Blue) = 188+163+109=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA36D is #435C92. Grayscale: #A4A4A4. Windows color (decimal): -4414611 or 7185340. OLE color: 7185340.
HSL color Cylindrical-coordinate representation of color #BCA36D: hue angle of 41.01º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCA36D is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 109 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.26 |
| HSL | 41.01º | 0.37% | 0.58% | - |
| HSV(B) | 41.01º | 0.42% | 0.74% | - |
| XYZ | 36.6 | 37.99 | 19.87 | - |
| YUV | 164.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 109 | 0 | 0.13 | 0.42 | 0.26 | 41.01 | 0.37 | 0.58 |
| Hex | BC | A3 | 6D | 0 | D | 2A | 1A | 29 | 25 | 3A |
| Octal | 274 | 243 | 155 | 0 | 15 | 52 | 32 | 51 | 45 | 72 |
| Binary | 10111100 | 10100011 | 1101101 | 0 | 1101 | 101010 | 11010 | 101001 | 100101 | 111010 |
Color Harmonies of #BCA36D
Complementary color
Monochromatic Colors of #BCA36D
Black with #BCA36D
Text Example
Text Example
White with #BCA36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA36D; }
p { color: rgb(188,163,109); }
H1.HeaderClassName
{
color: #BCA36D;
}
.AnyTagClassName
{
color: #BCA36D;
}
</style>
background-color css
<style>
a { background-color: #BCA36D; }
a { background-color: rgb(188,163,109); }
div.DivClassName
{
background-color: #BCA36D;
}
.BgClassName
{
background-color: #BCA36D;
}
</style>
border-color css
<style>
span { border-color: #BCA36D; }
span { border-color: rgb(188,163,109); }
td.TdClassName
{
border-color: #BCA36D;
}
.TagClassName
{
border-color: #BCA36D;
}
</style>