Shades of Fallow #BCA078
Tints of Fallow #BCA078
RGB
CMYK
RGB Variations
Color information
#BCA078 (or 0xBCA078) is known color: Fallow. HEX triplet: BC, A0 and 78. RGB value is (188,160,120). Sum of RGB (Red+Green+Blue) = 188+160+120=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA078 is #435F87. Grayscale: #A3A3A3. Windows color (decimal): -4415368 or 7905468. OLE color: 7905468.
HSL color Cylindrical-coordinate representation of color #BCA078: hue angle of 35.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCA078 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 120 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.26 |
| HSL | 35.29º | 0.34% | 0.6% | - |
| HSV(B) | 35.29º | 0.36% | 0.74% | - |
| XYZ | 36.7 | 37.19 | 23.01 | - |
| YUV | 163.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 120 | 0 | 0.15 | 0.36 | 0.26 | 35.29 | 0.34 | 0.6 |
| Hex | BC | A0 | 78 | 0 | F | 24 | 1A | 23 | 22 | 3C |
| Octal | 274 | 240 | 170 | 0 | 17 | 44 | 32 | 43 | 42 | 74 |
| Binary | 10111100 | 10100000 | 1111000 | 0 | 1111 | 100100 | 11010 | 100011 | 100010 | 111100 |
Color Harmonies of #BCA078
Complementary color
Monochromatic Colors of #BCA078
Black with #BCA078
Text Example
Text Example
White with #BCA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA078; }
p { color: rgb(188,160,120); }
H1.HeaderClassName
{
color: #BCA078;
}
.AnyTagClassName
{
color: #BCA078;
}
</style>
background-color css
<style>
a { background-color: #BCA078; }
a { background-color: rgb(188,160,120); }
div.DivClassName
{
background-color: #BCA078;
}
.BgClassName
{
background-color: #BCA078;
}
</style>
border-color css
<style>
span { border-color: #BCA078; }
span { border-color: rgb(188,160,120); }
td.TdClassName
{
border-color: #BCA078;
}
.TagClassName
{
border-color: #BCA078;
}
</style>