Shades of Fallow #BC9A6E
Tints of Fallow #BC9A6E
RGB
CMYK
RGB Variations
Color information
#BC9A6E (or 0xBC9A6E) is known color: Fallow. HEX triplet: BC, 9A and 6E. RGB value is (188,154,110). Sum of RGB (Red+Green+Blue) = 188+154+110=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A6E is #436591. Grayscale: #9F9F9F. Windows color (decimal): -4416914 or 7248572. OLE color: 7248572.
HSL color Cylindrical-coordinate representation of color #BC9A6E: hue angle of 33.85º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC9A6E is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 110 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.26 |
| HSL | 33.85º | 0.37% | 0.58% | - |
| HSV(B) | 33.85º | 0.41% | 0.74% | - |
| XYZ | 35.11 | 34.93 | 19.64 | - |
| YUV | 159.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 110 | 0 | 0.18 | 0.41 | 0.26 | 33.85 | 0.37 | 0.58 |
| Hex | BC | 9A | 6E | 0 | 12 | 29 | 1A | 22 | 25 | 3A |
| Octal | 274 | 232 | 156 | 0 | 22 | 51 | 32 | 42 | 45 | 72 |
| Binary | 10111100 | 10011010 | 1101110 | 0 | 10010 | 101001 | 11010 | 100010 | 100101 | 111010 |
Color Harmonies of #BC9A6E
Complementary color
Monochromatic Colors of #BC9A6E
Black with #BC9A6E
Text Example
Text Example
White with #BC9A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A6E; }
p { color: rgb(188,154,110); }
H1.HeaderClassName
{
color: #BC9A6E;
}
.AnyTagClassName
{
color: #BC9A6E;
}
</style>
background-color css
<style>
a { background-color: #BC9A6E; }
a { background-color: rgb(188,154,110); }
div.DivClassName
{
background-color: #BC9A6E;
}
.BgClassName
{
background-color: #BC9A6E;
}
</style>
border-color css
<style>
span { border-color: #BC9A6E; }
span { border-color: rgb(188,154,110); }
td.TdClassName
{
border-color: #BC9A6E;
}
.TagClassName
{
border-color: #BC9A6E;
}
</style>