Shades of Fallow #BC936C
Tints of Fallow #BC936C
RGB
CMYK
RGB Variations
Color information
#BC936C (or 0xBC936C) is known color: Fallow. HEX triplet: BC, 93 and 6C. RGB value is (188,147,108). Sum of RGB (Red+Green+Blue) = 188+147+108=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC936C is #436C93. Grayscale: #9B9B9B. Windows color (decimal): -4418708 or 7115708. OLE color: 7115708.
HSL color Cylindrical-coordinate representation of color #BC936C: hue angle of 29.25º 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 #BC936C is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 108 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.26 |
| HSL | 29.25º | 0.37% | 0.58% | - |
| HSV(B) | 29.25º | 0.43% | 0.74% | - |
| XYZ | 33.88 | 32.64 | 18.7 | - |
| YUV | 154.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 108 | 0 | 0.22 | 0.43 | 0.26 | 29.25 | 0.37 | 0.58 |
| Hex | BC | 93 | 6C | 0 | 16 | 2B | 1A | 1D | 25 | 3A |
| Octal | 274 | 223 | 154 | 0 | 26 | 53 | 32 | 35 | 45 | 72 |
| Binary | 10111100 | 10010011 | 1101100 | 0 | 10110 | 101011 | 11010 | 11101 | 100101 | 111010 |
Color Harmonies of #BC936C
Complementary color
Monochromatic Colors of #BC936C
Black with #BC936C
Text Example
Text Example
White with #BC936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC936C; }
p { color: rgb(188,147,108); }
H1.HeaderClassName
{
color: #BC936C;
}
.AnyTagClassName
{
color: #BC936C;
}
</style>
background-color css
<style>
a { background-color: #BC936C; }
a { background-color: rgb(188,147,108); }
div.DivClassName
{
background-color: #BC936C;
}
.BgClassName
{
background-color: #BC936C;
}
</style>
border-color css
<style>
span { border-color: #BC936C; }
span { border-color: rgb(188,147,108); }
td.TdClassName
{
border-color: #BC936C;
}
.TagClassName
{
border-color: #BC936C;
}
</style>