Shades of Fallow #BC9A72
Tints of Fallow #BC9A72
RGB
CMYK
RGB Variations
Color information
#BC9A72 (or 0xBC9A72) is known color: Fallow. HEX triplet: BC, 9A and 72. RGB value is (188,154,114). Sum of RGB (Red+Green+Blue) = 188+154+114=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A72 is #43658D. Grayscale: #9F9F9F. Windows color (decimal): -4416910 or 7510716. OLE color: 7510716.
HSL color Cylindrical-coordinate representation of color #BC9A72: hue angle of 32.43º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC9A72 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 114 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.26 |
| HSL | 32.43º | 0.36% | 0.59% | - |
| HSV(B) | 32.43º | 0.39% | 0.74% | - |
| XYZ | 35.33 | 35.02 | 20.82 | - |
| YUV | 159.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 114 | 0 | 0.18 | 0.39 | 0.26 | 32.43 | 0.36 | 0.59 |
| Hex | BC | 9A | 72 | 0 | 12 | 27 | 1A | 20 | 24 | 3B |
| Octal | 274 | 232 | 162 | 0 | 22 | 47 | 32 | 40 | 44 | 73 |
| Binary | 10111100 | 10011010 | 1110010 | 0 | 10010 | 100111 | 11010 | 100000 | 100100 | 111011 |
Color Harmonies of #BC9A72
Complementary color
Monochromatic Colors of #BC9A72
Black with #BC9A72
Text Example
Text Example
White with #BC9A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A72; }
p { color: rgb(188,154,114); }
H1.HeaderClassName
{
color: #BC9A72;
}
.AnyTagClassName
{
color: #BC9A72;
}
</style>
background-color css
<style>
a { background-color: #BC9A72; }
a { background-color: rgb(188,154,114); }
div.DivClassName
{
background-color: #BC9A72;
}
.BgClassName
{
background-color: #BC9A72;
}
</style>
border-color css
<style>
span { border-color: #BC9A72; }
span { border-color: rgb(188,154,114); }
td.TdClassName
{
border-color: #BC9A72;
}
.TagClassName
{
border-color: #BC9A72;
}
</style>