Shades of Fallow #BC906B
Tints of Fallow #BC906B
RGB
CMYK
RGB Variations
Color information
#BC906B (or 0xBC906B) is known color: Fallow. HEX triplet: BC, 90 and 6B. RGB value is (188,144,107). Sum of RGB (Red+Green+Blue) = 188+144+107=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC906B is #436F94. Grayscale: #999999. Windows color (decimal): -4419477 or 7049404. OLE color: 7049404.
HSL color Cylindrical-coordinate representation of color #BC906B: hue angle of 27.41º 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 #BC906B is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 107 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.26 |
| HSL | 27.41º | 0.38% | 0.58% | - |
| HSV(B) | 27.41º | 0.43% | 0.74% | - |
| XYZ | 33.37 | 31.7 | 18.27 | - |
| YUV | 152.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 107 | 0 | 0.23 | 0.43 | 0.26 | 27.41 | 0.38 | 0.58 |
| Hex | BC | 90 | 6B | 0 | 17 | 2B | 1A | 1B | 26 | 3A |
| Octal | 274 | 220 | 153 | 0 | 27 | 53 | 32 | 33 | 46 | 72 |
| Binary | 10111100 | 10010000 | 1101011 | 0 | 10111 | 101011 | 11010 | 11011 | 100110 | 111010 |
Color Harmonies of #BC906B
Complementary color
Monochromatic Colors of #BC906B
Black with #BC906B
Text Example
Text Example
White with #BC906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC906B; }
p { color: rgb(188,144,107); }
H1.HeaderClassName
{
color: #BC906B;
}
.AnyTagClassName
{
color: #BC906B;
}
</style>
background-color css
<style>
a { background-color: #BC906B; }
a { background-color: rgb(188,144,107); }
div.DivClassName
{
background-color: #BC906B;
}
.BgClassName
{
background-color: #BC906B;
}
</style>
border-color css
<style>
span { border-color: #BC906B; }
span { border-color: rgb(188,144,107); }
td.TdClassName
{
border-color: #BC906B;
}
.TagClassName
{
border-color: #BC906B;
}
</style>