Shades of Fallow #BCA16B
Tints of Fallow #BCA16B
RGB
CMYK
RGB Variations
Color information
#BCA16B (or 0xBCA16B) is known color: Fallow. HEX triplet: BC, A1 and 6B. RGB value is (188,161,107). Sum of RGB (Red+Green+Blue) = 188+161+107=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA16B is #435E94. Grayscale: #A3A3A3. Windows color (decimal): -4415125 or 7053756. OLE color: 7053756.
HSL color Cylindrical-coordinate representation of color #BCA16B: hue angle of 40º degrees, saturation: 0.38, 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 #BCA16B is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 107 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.26 |
| HSL | 40º | 0.38% | 0.58% | - |
| HSV(B) | 40º | 0.43% | 0.74% | - |
| XYZ | 36.14 | 37.24 | 19.19 | - |
| YUV | 162.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 107 | 0 | 0.14 | 0.43 | 0.26 | 40 | 0.38 | 0.58 |
| Hex | BC | A1 | 6B | 0 | E | 2B | 1A | 28 | 26 | 3A |
| Octal | 274 | 241 | 153 | 0 | 16 | 53 | 32 | 50 | 46 | 72 |
| Binary | 10111100 | 10100001 | 1101011 | 0 | 1110 | 101011 | 11010 | 101000 | 100110 | 111010 |
Color Harmonies of #BCA16B
Complementary color
Monochromatic Colors of #BCA16B
Black with #BCA16B
Text Example
Text Example
White with #BCA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA16B; }
p { color: rgb(188,161,107); }
H1.HeaderClassName
{
color: #BCA16B;
}
.AnyTagClassName
{
color: #BCA16B;
}
</style>
background-color css
<style>
a { background-color: #BCA16B; }
a { background-color: rgb(188,161,107); }
div.DivClassName
{
background-color: #BCA16B;
}
.BgClassName
{
background-color: #BCA16B;
}
</style>
border-color css
<style>
span { border-color: #BCA16B; }
span { border-color: rgb(188,161,107); }
td.TdClassName
{
border-color: #BCA16B;
}
.TagClassName
{
border-color: #BCA16B;
}
</style>