Shades of Fallow #BCA273
Tints of Fallow #BCA273
RGB
CMYK
RGB Variations
Color information
#BCA273 (or 0xBCA273) is known color: Fallow. HEX triplet: BC, A2 and 73. RGB value is (188,162,115). Sum of RGB (Red+Green+Blue) = 188+162+115=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA273 is #435D8C. Grayscale: #A4A4A4. Windows color (decimal): -4414861 or 7578300. OLE color: 7578300.
HSL color Cylindrical-coordinate representation of color #BCA273: hue angle of 38.63º 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 #BCA273 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 115 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.26 |
| HSL | 38.63º | 0.35% | 0.59% | - |
| HSV(B) | 38.63º | 0.39% | 0.74% | - |
| XYZ | 36.75 | 37.77 | 21.57 | - |
| YUV | 164.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 115 | 0 | 0.14 | 0.39 | 0.26 | 38.63 | 0.35 | 0.59 |
| Hex | BC | A2 | 73 | 0 | E | 27 | 1A | 27 | 23 | 3B |
| Octal | 274 | 242 | 163 | 0 | 16 | 47 | 32 | 47 | 43 | 73 |
| Binary | 10111100 | 10100010 | 1110011 | 0 | 1110 | 100111 | 11010 | 100111 | 100011 | 111011 |
Color Harmonies of #BCA273
Complementary color
Monochromatic Colors of #BCA273
Black with #BCA273
Text Example
Text Example
White with #BCA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA273; }
p { color: rgb(188,162,115); }
H1.HeaderClassName
{
color: #BCA273;
}
.AnyTagClassName
{
color: #BCA273;
}
</style>
background-color css
<style>
a { background-color: #BCA273; }
a { background-color: rgb(188,162,115); }
div.DivClassName
{
background-color: #BCA273;
}
.BgClassName
{
background-color: #BCA273;
}
</style>
border-color css
<style>
span { border-color: #BCA273; }
span { border-color: rgb(188,162,115); }
td.TdClassName
{
border-color: #BCA273;
}
.TagClassName
{
border-color: #BCA273;
}
</style>