Shades of Fallow #BC9B76
Tints of Fallow #BC9B76
RGB
CMYK
RGB Variations
Color information
#BC9B76 (or 0xBC9B76) is known color: Fallow. HEX triplet: BC, 9B and 76. RGB value is (188,155,118). Sum of RGB (Red+Green+Blue) = 188+155+118=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B76 is #436489. Grayscale: #A0A0A0. Windows color (decimal): -4416650 or 7773116. OLE color: 7773116.
HSL color Cylindrical-coordinate representation of color #BC9B76: hue angle of 31.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC9B76 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 118 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.26 |
| HSL | 31.71º | 0.34% | 0.6% | - |
| HSV(B) | 31.71º | 0.37% | 0.74% | - |
| XYZ | 35.73 | 35.44 | 22.1 | - |
| YUV | 160.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 118 | 0 | 0.18 | 0.37 | 0.26 | 31.71 | 0.34 | 0.6 |
| Hex | BC | 9B | 76 | 0 | 12 | 25 | 1A | 20 | 22 | 3C |
| Octal | 274 | 233 | 166 | 0 | 22 | 45 | 32 | 40 | 42 | 74 |
| Binary | 10111100 | 10011011 | 1110110 | 0 | 10010 | 100101 | 11010 | 100000 | 100010 | 111100 |
Color Harmonies of #BC9B76
Complementary color
Monochromatic Colors of #BC9B76
Black with #BC9B76
Text Example
Text Example
White with #BC9B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B76; }
p { color: rgb(188,155,118); }
H1.HeaderClassName
{
color: #BC9B76;
}
.AnyTagClassName
{
color: #BC9B76;
}
</style>
background-color css
<style>
a { background-color: #BC9B76; }
a { background-color: rgb(188,155,118); }
div.DivClassName
{
background-color: #BC9B76;
}
.BgClassName
{
background-color: #BC9B76;
}
</style>
border-color css
<style>
span { border-color: #BC9B76; }
span { border-color: rgb(188,155,118); }
td.TdClassName
{
border-color: #BC9B76;
}
.TagClassName
{
border-color: #BC9B76;
}
</style>