Shades of Fallow #BC9B70
Tints of Fallow #BC9B70
RGB
CMYK
RGB Variations
Color information
#BC9B70 (or 0xBC9B70) is known color: Fallow. HEX triplet: BC, 9B and 70. RGB value is (188,155,112). Sum of RGB (Red+Green+Blue) = 188+155+112=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9B70 is #43648F. Grayscale: #A0A0A0. Windows color (decimal): -4416656 or 7379900. OLE color: 7379900.
HSL color Cylindrical-coordinate representation of color #BC9B70: hue angle of 33.95º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC9B70 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 112 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.26 |
| HSL | 33.95º | 0.36% | 0.59% | - |
| HSV(B) | 33.95º | 0.4% | 0.74% | - |
| XYZ | 35.39 | 35.3 | 20.28 | - |
| YUV | 159.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 112 | 0 | 0.18 | 0.40 | 0.26 | 33.95 | 0.36 | 0.59 |
| Hex | BC | 9B | 70 | 0 | 12 | 28 | 1A | 22 | 24 | 3B |
| Octal | 274 | 233 | 160 | 0 | 22 | 50 | 32 | 42 | 44 | 73 |
| Binary | 10111100 | 10011011 | 1110000 | 0 | 10010 | 101000 | 11010 | 100010 | 100100 | 111011 |
Color Harmonies of #BC9B70
Complementary color
Monochromatic Colors of #BC9B70
Black with #BC9B70
Text Example
Text Example
White with #BC9B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9B70; }
p { color: rgb(188,155,112); }
H1.HeaderClassName
{
color: #BC9B70;
}
.AnyTagClassName
{
color: #BC9B70;
}
</style>
background-color css
<style>
a { background-color: #BC9B70; }
a { background-color: rgb(188,155,112); }
div.DivClassName
{
background-color: #BC9B70;
}
.BgClassName
{
background-color: #BC9B70;
}
</style>
border-color css
<style>
span { border-color: #BC9B70; }
span { border-color: rgb(188,155,112); }
td.TdClassName
{
border-color: #BC9B70;
}
.TagClassName
{
border-color: #BC9B70;
}
</style>