Shades of Fallow #BCA277
Tints of Fallow #BCA277
RGB
CMYK
RGB Variations
Color information
#BCA277 (or 0xBCA277) is known color: Fallow. HEX triplet: BC, A2 and 77. RGB value is (188,162,119). Sum of RGB (Red+Green+Blue) = 188+162+119=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA277 is #435D88. Grayscale: #A5A5A5. Windows color (decimal): -4414857 or 7840444. OLE color: 7840444.
HSL color Cylindrical-coordinate representation of color #BCA277: hue angle of 37.39º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCA277 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 119 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.26 |
| HSL | 37.39º | 0.34% | 0.6% | - |
| HSV(B) | 37.39º | 0.37% | 0.74% | - |
| XYZ | 36.99 | 37.86 | 22.81 | - |
| YUV | 164.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 119 | 0 | 0.14 | 0.37 | 0.26 | 37.39 | 0.34 | 0.6 |
| Hex | BC | A2 | 77 | 0 | E | 25 | 1A | 25 | 22 | 3C |
| Octal | 274 | 242 | 167 | 0 | 16 | 45 | 32 | 45 | 42 | 74 |
| Binary | 10111100 | 10100010 | 1110111 | 0 | 1110 | 100101 | 11010 | 100101 | 100010 | 111100 |
Color Harmonies of #BCA277
Complementary color
Monochromatic Colors of #BCA277
Black with #BCA277
Text Example
Text Example
White with #BCA277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA277; }
p { color: rgb(188,162,119); }
H1.HeaderClassName
{
color: #BCA277;
}
.AnyTagClassName
{
color: #BCA277;
}
</style>
background-color css
<style>
a { background-color: #BCA277; }
a { background-color: rgb(188,162,119); }
div.DivClassName
{
background-color: #BCA277;
}
.BgClassName
{
background-color: #BCA277;
}
</style>
border-color css
<style>
span { border-color: #BCA277; }
span { border-color: rgb(188,162,119); }
td.TdClassName
{
border-color: #BCA277;
}
.TagClassName
{
border-color: #BCA277;
}
</style>