Shades of Fallow #BB9E6E
Tints of Fallow #BB9E6E
RGB
CMYK
RGB Variations
Color information
#BB9E6E (or 0xBB9E6E) is known color: Fallow. HEX triplet: BB, 9E and 6E. RGB value is (187,158,110). Sum of RGB (Red+Green+Blue) = 187+158+110=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E6E is #446191. Grayscale: #A1A1A1. Windows color (decimal): -4481426 or 7249595. OLE color: 7249595.
HSL color Cylindrical-coordinate representation of color #BB9E6E: hue angle of 37.4º 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 #BB9E6E is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 110 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.27 |
| HSL | 37.4º | 0.36% | 0.58% | - |
| HSV(B) | 37.4º | 0.41% | 0.73% | - |
| XYZ | 35.53 | 36.14 | 19.86 | - |
| YUV | 161.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 110 | 0 | 0.16 | 0.41 | 0.27 | 37.4 | 0.36 | 0.58 |
| Hex | BB | 9E | 6E | 0 | 10 | 29 | 1B | 25 | 24 | 3A |
| Octal | 273 | 236 | 156 | 0 | 20 | 51 | 33 | 45 | 44 | 72 |
| Binary | 10111011 | 10011110 | 1101110 | 0 | 10000 | 101001 | 11011 | 100101 | 100100 | 111010 |
Color Harmonies of #BB9E6E
Complementary color
Monochromatic Colors of #BB9E6E
Black with #BB9E6E
Text Example
Text Example
White with #BB9E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E6E; }
p { color: rgb(187,158,110); }
H1.HeaderClassName
{
color: #BB9E6E;
}
.AnyTagClassName
{
color: #BB9E6E;
}
</style>
background-color css
<style>
a { background-color: #BB9E6E; }
a { background-color: rgb(187,158,110); }
div.DivClassName
{
background-color: #BB9E6E;
}
.BgClassName
{
background-color: #BB9E6E;
}
</style>
border-color css
<style>
span { border-color: #BB9E6E; }
span { border-color: rgb(187,158,110); }
td.TdClassName
{
border-color: #BB9E6E;
}
.TagClassName
{
border-color: #BB9E6E;
}
</style>