Shades of Fallow #BCA46C
Tints of Fallow #BCA46C
RGB
CMYK
RGB Variations
Color information
#BCA46C (or 0xBCA46C) is known color: Fallow. HEX triplet: BC, A4 and 6C. RGB value is (188,164,108). Sum of RGB (Red+Green+Blue) = 188+164+108=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA46C is #435B93. Grayscale: #A5A5A5. Windows color (decimal): -4414356 or 7120060. OLE color: 7120060.
HSL color Cylindrical-coordinate representation of color #BCA46C: hue angle of 42º degrees, saturation: 0.37, 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 #BCA46C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 108 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.26 |
| HSL | 42º | 0.37% | 0.58% | - |
| HSV(B) | 42º | 0.43% | 0.74% | - |
| XYZ | 36.72 | 38.32 | 19.65 | - |
| YUV | 164.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 108 | 0 | 0.13 | 0.43 | 0.26 | 42 | 0.37 | 0.58 |
| Hex | BC | A4 | 6C | 0 | D | 2B | 1A | 2A | 25 | 3A |
| Octal | 274 | 244 | 154 | 0 | 15 | 53 | 32 | 52 | 45 | 72 |
| Binary | 10111100 | 10100100 | 1101100 | 0 | 1101 | 101011 | 11010 | 101010 | 100101 | 111010 |
Color Harmonies of #BCA46C
Complementary color
Monochromatic Colors of #BCA46C
Black with #BCA46C
Text Example
Text Example
White with #BCA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA46C; }
p { color: rgb(188,164,108); }
H1.HeaderClassName
{
color: #BCA46C;
}
.AnyTagClassName
{
color: #BCA46C;
}
</style>
background-color css
<style>
a { background-color: #BCA46C; }
a { background-color: rgb(188,164,108); }
div.DivClassName
{
background-color: #BCA46C;
}
.BgClassName
{
background-color: #BCA46C;
}
</style>
border-color css
<style>
span { border-color: #BCA46C; }
span { border-color: rgb(188,164,108); }
td.TdClassName
{
border-color: #BCA46C;
}
.TagClassName
{
border-color: #BCA46C;
}
</style>