Shades of Fallow #BC8A6B
Tints of Fallow #BC8A6B
RGB
CMYK
RGB Variations
Color information
#BC8A6B (or 0xBC8A6B) is known color: Fallow. HEX triplet: BC, 8A and 6B. RGB value is (188,138,107). Sum of RGB (Red+Green+Blue) = 188+138+107=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A6B is #437594. Grayscale: #959595. Windows color (decimal): -4421013 or 7047868. OLE color: 7047868.
HSL color Cylindrical-coordinate representation of color #BC8A6B: hue angle of 22.96º degrees, saturation: 0.38, 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 #BC8A6B is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 107 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.26 |
| HSL | 22.96º | 0.38% | 0.58% | - |
| HSV(B) | 22.96º | 0.43% | 0.74% | - |
| XYZ | 32.48 | 29.93 | 17.98 | - |
| YUV | 149.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 107 | 0 | 0.27 | 0.43 | 0.26 | 22.96 | 0.38 | 0.58 |
| Hex | BC | 8A | 6B | 0 | 1B | 2B | 1A | 17 | 26 | 3A |
| Octal | 274 | 212 | 153 | 0 | 33 | 53 | 32 | 27 | 46 | 72 |
| Binary | 10111100 | 10001010 | 1101011 | 0 | 11011 | 101011 | 11010 | 10111 | 100110 | 111010 |
Color Harmonies of #BC8A6B
Complementary color
Monochromatic Colors of #BC8A6B
Black with #BC8A6B
Text Example
Text Example
White with #BC8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A6B; }
p { color: rgb(188,138,107); }
H1.HeaderClassName
{
color: #BC8A6B;
}
.AnyTagClassName
{
color: #BC8A6B;
}
</style>
background-color css
<style>
a { background-color: #BC8A6B; }
a { background-color: rgb(188,138,107); }
div.DivClassName
{
background-color: #BC8A6B;
}
.BgClassName
{
background-color: #BC8A6B;
}
</style>
border-color css
<style>
span { border-color: #BC8A6B; }
span { border-color: rgb(188,138,107); }
td.TdClassName
{
border-color: #BC8A6B;
}
.TagClassName
{
border-color: #BC8A6B;
}
</style>