Shades of Fallow #BCA16D
Tints of Fallow #BCA16D
RGB
CMYK
RGB Variations
Color information
#BCA16D (or 0xBCA16D) is known color: Fallow. HEX triplet: BC, A1 and 6D. RGB value is (188,161,109). Sum of RGB (Red+Green+Blue) = 188+161+109=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA16D is #435E92. Grayscale: #A3A3A3. Windows color (decimal): -4415123 or 7184828. OLE color: 7184828.
HSL color Cylindrical-coordinate representation of color #BCA16D: hue angle of 39.49º 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 #BCA16D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 109 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.26 |
| HSL | 39.49º | 0.37% | 0.58% | - |
| HSV(B) | 39.49º | 0.42% | 0.74% | - |
| XYZ | 36.24 | 37.29 | 19.75 | - |
| YUV | 163.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 109 | 0 | 0.14 | 0.42 | 0.26 | 39.49 | 0.37 | 0.58 |
| Hex | BC | A1 | 6D | 0 | E | 2A | 1A | 27 | 25 | 3A |
| Octal | 274 | 241 | 155 | 0 | 16 | 52 | 32 | 47 | 45 | 72 |
| Binary | 10111100 | 10100001 | 1101101 | 0 | 1110 | 101010 | 11010 | 100111 | 100101 | 111010 |
Color Harmonies of #BCA16D
Complementary color
Monochromatic Colors of #BCA16D
Black with #BCA16D
Text Example
Text Example
White with #BCA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA16D; }
p { color: rgb(188,161,109); }
H1.HeaderClassName
{
color: #BCA16D;
}
.AnyTagClassName
{
color: #BCA16D;
}
</style>
background-color css
<style>
a { background-color: #BCA16D; }
a { background-color: rgb(188,161,109); }
div.DivClassName
{
background-color: #BCA16D;
}
.BgClassName
{
background-color: #BCA16D;
}
</style>
border-color css
<style>
span { border-color: #BCA16D; }
span { border-color: rgb(188,161,109); }
td.TdClassName
{
border-color: #BCA16D;
}
.TagClassName
{
border-color: #BCA16D;
}
</style>