Shades of Fallow #BC9969
Tints of Fallow #BC9969
RGB
CMYK
RGB Variations
Color information
#BC9969 (or 0xBC9969) is known color: Fallow. HEX triplet: BC, 99 and 69. RGB value is (188,153,105). Sum of RGB (Red+Green+Blue) = 188+153+105=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9969 is #436696. Grayscale: #9E9E9E. Windows color (decimal): -4417175 or 6920636. OLE color: 6920636.
HSL color Cylindrical-coordinate representation of color #BC9969: hue angle of 34.7º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC9969 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 105 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.26 |
| HSL | 34.7º | 0.38% | 0.57% | - |
| HSV(B) | 34.7º | 0.44% | 0.74% | - |
| XYZ | 34.68 | 34.49 | 18.19 | - |
| YUV | 157.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 105 | 0 | 0.19 | 0.44 | 0.26 | 34.7 | 0.38 | 0.57 |
| Hex | BC | 99 | 69 | 0 | 13 | 2C | 1A | 23 | 26 | 39 |
| Octal | 274 | 231 | 151 | 0 | 23 | 54 | 32 | 43 | 46 | 71 |
| Binary | 10111100 | 10011001 | 1101001 | 0 | 10011 | 101100 | 11010 | 100011 | 100110 | 111001 |
Color Harmonies of #BC9969
Complementary color
Monochromatic Colors of #BC9969
Black with #BC9969
Text Example
Text Example
White with #BC9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9969; }
p { color: rgb(188,153,105); }
H1.HeaderClassName
{
color: #BC9969;
}
.AnyTagClassName
{
color: #BC9969;
}
</style>
background-color css
<style>
a { background-color: #BC9969; }
a { background-color: rgb(188,153,105); }
div.DivClassName
{
background-color: #BC9969;
}
.BgClassName
{
background-color: #BC9969;
}
</style>
border-color css
<style>
span { border-color: #BC9969; }
span { border-color: rgb(188,153,105); }
td.TdClassName
{
border-color: #BC9969;
}
.TagClassName
{
border-color: #BC9969;
}
</style>