Shades of Fallow #BCA573
Tints of Fallow #BCA573
RGB
CMYK
RGB Variations
Color information
#BCA573 (or 0xBCA573) is known color: Fallow. HEX triplet: BC, A5 and 73. RGB value is (188,165,115). Sum of RGB (Red+Green+Blue) = 188+165+115=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA573 is #435A8C. Grayscale: #A6A6A6. Windows color (decimal): -4414093 or 7579068. OLE color: 7579068.
HSL color Cylindrical-coordinate representation of color #BCA573: hue angle of 41.1º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCA573 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 115 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.26 |
| HSL | 41.1º | 0.35% | 0.59% | - |
| HSV(B) | 41.1º | 0.39% | 0.74% | - |
| XYZ | 37.29 | 38.84 | 21.75 | - |
| YUV | 166.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 115 | 0 | 0.12 | 0.39 | 0.26 | 41.1 | 0.35 | 0.59 |
| Hex | BC | A5 | 73 | 0 | C | 27 | 1A | 29 | 23 | 3B |
| Octal | 274 | 245 | 163 | 0 | 14 | 47 | 32 | 51 | 43 | 73 |
| Binary | 10111100 | 10100101 | 1110011 | 0 | 1100 | 100111 | 11010 | 101001 | 100011 | 111011 |
Color Harmonies of #BCA573
Complementary color
Monochromatic Colors of #BCA573
Black with #BCA573
Text Example
Text Example
White with #BCA573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA573; }
p { color: rgb(188,165,115); }
H1.HeaderClassName
{
color: #BCA573;
}
.AnyTagClassName
{
color: #BCA573;
}
</style>
background-color css
<style>
a { background-color: #BCA573; }
a { background-color: rgb(188,165,115); }
div.DivClassName
{
background-color: #BCA573;
}
.BgClassName
{
background-color: #BCA573;
}
</style>
border-color css
<style>
span { border-color: #BCA573; }
span { border-color: rgb(188,165,115); }
td.TdClassName
{
border-color: #BCA573;
}
.TagClassName
{
border-color: #BCA573;
}
</style>