Shades of Fallow #BB9E6C
Tints of Fallow #BB9E6C
RGB
CMYK
RGB Variations
Color information
#BB9E6C (or 0xBB9E6C) is known color: Fallow. HEX triplet: BB, 9E and 6C. RGB value is (187,158,108). Sum of RGB (Red+Green+Blue) = 187+158+108=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E6C is #446193. Grayscale: #A1A1A1. Windows color (decimal): -4481428 or 7118523. OLE color: 7118523.
HSL color Cylindrical-coordinate representation of color #BB9E6C: hue angle of 37.97º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB9E6C is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 108 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.27 |
| HSL | 37.97º | 0.37% | 0.58% | - |
| HSV(B) | 37.97º | 0.42% | 0.73% | - |
| XYZ | 35.43 | 36.1 | 19.29 | - |
| YUV | 160.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 108 | 0 | 0.16 | 0.42 | 0.27 | 37.97 | 0.37 | 0.58 |
| Hex | BB | 9E | 6C | 0 | 10 | 2A | 1B | 26 | 25 | 3A |
| Octal | 273 | 236 | 154 | 0 | 20 | 52 | 33 | 46 | 45 | 72 |
| Binary | 10111011 | 10011110 | 1101100 | 0 | 10000 | 101010 | 11011 | 100110 | 100101 | 111010 |
Color Harmonies of #BB9E6C
Complementary color
Monochromatic Colors of #BB9E6C
Black with #BB9E6C
Text Example
Text Example
White with #BB9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E6C; }
p { color: rgb(187,158,108); }
H1.HeaderClassName
{
color: #BB9E6C;
}
.AnyTagClassName
{
color: #BB9E6C;
}
</style>
background-color css
<style>
a { background-color: #BB9E6C; }
a { background-color: rgb(187,158,108); }
div.DivClassName
{
background-color: #BB9E6C;
}
.BgClassName
{
background-color: #BB9E6C;
}
</style>
border-color css
<style>
span { border-color: #BB9E6C; }
span { border-color: rgb(187,158,108); }
td.TdClassName
{
border-color: #BB9E6C;
}
.TagClassName
{
border-color: #BB9E6C;
}
</style>