Shades of Fallow #BB9E6A
Tints of Fallow #BB9E6A
RGB
CMYK
RGB Variations
Color information
#BB9E6A (or 0xBB9E6A) is known color: Fallow. HEX triplet: BB, 9E and 6A. RGB value is (187,158,106). Sum of RGB (Red+Green+Blue) = 187+158+106=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E6A is #446195. Grayscale: #A0A0A0. Windows color (decimal): -4481430 or 6987451. OLE color: 6987451.
HSL color Cylindrical-coordinate representation of color #BB9E6A: hue angle of 38.52º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB9E6A is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 106 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.27 |
| HSL | 38.52º | 0.37% | 0.57% | - |
| HSV(B) | 38.52º | 0.43% | 0.73% | - |
| XYZ | 35.32 | 36.06 | 18.73 | - |
| YUV | 160.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 106 | 0 | 0.16 | 0.43 | 0.27 | 38.52 | 0.37 | 0.57 |
| Hex | BB | 9E | 6A | 0 | 10 | 2B | 1B | 27 | 25 | 39 |
| Octal | 273 | 236 | 152 | 0 | 20 | 53 | 33 | 47 | 45 | 71 |
| Binary | 10111011 | 10011110 | 1101010 | 0 | 10000 | 101011 | 11011 | 100111 | 100101 | 111001 |
Color Harmonies of #BB9E6A
Complementary color
Monochromatic Colors of #BB9E6A
Black with #BB9E6A
Text Example
Text Example
White with #BB9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E6A; }
p { color: rgb(187,158,106); }
H1.HeaderClassName
{
color: #BB9E6A;
}
.AnyTagClassName
{
color: #BB9E6A;
}
</style>
background-color css
<style>
a { background-color: #BB9E6A; }
a { background-color: rgb(187,158,106); }
div.DivClassName
{
background-color: #BB9E6A;
}
.BgClassName
{
background-color: #BB9E6A;
}
</style>
border-color css
<style>
span { border-color: #BB9E6A; }
span { border-color: rgb(187,158,106); }
td.TdClassName
{
border-color: #BB9E6A;
}
.TagClassName
{
border-color: #BB9E6A;
}
</style>