Shades of Fallow #BC9566
Tints of Fallow #BC9566
RGB
CMYK
RGB Variations
Color information
#BC9566 (or 0xBC9566) is known color: Fallow. HEX triplet: BC, 95 and 66. RGB value is (188,149,102). Sum of RGB (Red+Green+Blue) = 188+149+102=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9566 is #436A99. Grayscale: #9B9B9B. Windows color (decimal): -4418202 or 6723004. OLE color: 6723004.
HSL color Cylindrical-coordinate representation of color #BC9566: hue angle of 32.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC9566 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 102 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.26 |
| HSL | 32.79º | 0.39% | 0.57% | - |
| HSV(B) | 32.79º | 0.46% | 0.74% | - |
| XYZ | 33.88 | 33.15 | 17.18 | - |
| YUV | 155.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 102 | 0 | 0.21 | 0.46 | 0.26 | 32.79 | 0.39 | 0.57 |
| Hex | BC | 95 | 66 | 0 | 15 | 2E | 1A | 21 | 27 | 39 |
| Octal | 274 | 225 | 146 | 0 | 25 | 56 | 32 | 41 | 47 | 71 |
| Binary | 10111100 | 10010101 | 1100110 | 0 | 10101 | 101110 | 11010 | 100001 | 100111 | 111001 |
Color Harmonies of #BC9566
Complementary color
Monochromatic Colors of #BC9566
Black with #BC9566
Text Example
Text Example
White with #BC9566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9566; }
p { color: rgb(188,149,102); }
H1.HeaderClassName
{
color: #BC9566;
}
.AnyTagClassName
{
color: #BC9566;
}
</style>
background-color css
<style>
a { background-color: #BC9566; }
a { background-color: rgb(188,149,102); }
div.DivClassName
{
background-color: #BC9566;
}
.BgClassName
{
background-color: #BC9566;
}
</style>
border-color css
<style>
span { border-color: #BC9566; }
span { border-color: rgb(188,149,102); }
td.TdClassName
{
border-color: #BC9566;
}
.TagClassName
{
border-color: #BC9566;
}
</style>