Shades of Fallow #BB9E70
Tints of Fallow #BB9E70
RGB
CMYK
RGB Variations
Color information
#BB9E70 (or 0xBB9E70) is known color: Fallow. HEX triplet: BB, 9E and 70. RGB value is (187,158,112). Sum of RGB (Red+Green+Blue) = 187+158+112=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E70 is #44618F. Grayscale: #A1A1A1. Windows color (decimal): -4481424 or 7380667. OLE color: 7380667.
HSL color Cylindrical-coordinate representation of color #BB9E70: hue angle of 36.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB9E70 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 112 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.27 |
| HSL | 36.8º | 0.36% | 0.59% | - |
| HSV(B) | 36.8º | 0.4% | 0.73% | - |
| XYZ | 35.65 | 36.19 | 20.44 | - |
| YUV | 161.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 112 | 0 | 0.16 | 0.40 | 0.27 | 36.8 | 0.36 | 0.59 |
| Hex | BB | 9E | 70 | 0 | 10 | 28 | 1B | 25 | 24 | 3B |
| Octal | 273 | 236 | 160 | 0 | 20 | 50 | 33 | 45 | 44 | 73 |
| Binary | 10111011 | 10011110 | 1110000 | 0 | 10000 | 101000 | 11011 | 100101 | 100100 | 111011 |
Color Harmonies of #BB9E70
Complementary color
Monochromatic Colors of #BB9E70
Black with #BB9E70
Text Example
Text Example
White with #BB9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E70; }
p { color: rgb(187,158,112); }
H1.HeaderClassName
{
color: #BB9E70;
}
.AnyTagClassName
{
color: #BB9E70;
}
</style>
background-color css
<style>
a { background-color: #BB9E70; }
a { background-color: rgb(187,158,112); }
div.DivClassName
{
background-color: #BB9E70;
}
.BgClassName
{
background-color: #BB9E70;
}
</style>
border-color css
<style>
span { border-color: #BB9E70; }
span { border-color: rgb(187,158,112); }
td.TdClassName
{
border-color: #BB9E70;
}
.TagClassName
{
border-color: #BB9E70;
}
</style>