Shades of Fallow #BB9E6F
Tints of Fallow #BB9E6F
RGB
CMYK
RGB Variations
Color information
#BB9E6F (or 0xBB9E6F) is known color: Fallow. HEX triplet: BB, 9E and 6F. RGB value is (187,158,111). Sum of RGB (Red+Green+Blue) = 187+158+111=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E6F is #446190. Grayscale: #A1A1A1. Windows color (decimal): -4481425 or 7315131. OLE color: 7315131.
HSL color Cylindrical-coordinate representation of color #BB9E6F: hue angle of 37.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB9E6F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 111 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.27 |
| HSL | 37.11º | 0.36% | 0.58% | - |
| HSV(B) | 37.11º | 0.41% | 0.73% | - |
| XYZ | 35.59 | 36.17 | 20.14 | - |
| YUV | 161.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 111 | 0 | 0.16 | 0.41 | 0.27 | 37.11 | 0.36 | 0.58 |
| Hex | BB | 9E | 6F | 0 | 10 | 29 | 1B | 25 | 24 | 3A |
| Octal | 273 | 236 | 157 | 0 | 20 | 51 | 33 | 45 | 44 | 72 |
| Binary | 10111011 | 10011110 | 1101111 | 0 | 10000 | 101001 | 11011 | 100101 | 100100 | 111010 |
Color Harmonies of #BB9E6F
Complementary color
Monochromatic Colors of #BB9E6F
Black with #BB9E6F
Text Example
Text Example
White with #BB9E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E6F; }
p { color: rgb(187,158,111); }
H1.HeaderClassName
{
color: #BB9E6F;
}
.AnyTagClassName
{
color: #BB9E6F;
}
</style>
background-color css
<style>
a { background-color: #BB9E6F; }
a { background-color: rgb(187,158,111); }
div.DivClassName
{
background-color: #BB9E6F;
}
.BgClassName
{
background-color: #BB9E6F;
}
</style>
border-color css
<style>
span { border-color: #BB9E6F; }
span { border-color: rgb(187,158,111); }
td.TdClassName
{
border-color: #BB9E6F;
}
.TagClassName
{
border-color: #BB9E6F;
}
</style>