Shades of Fallow #BB9E68
Tints of Fallow #BB9E68
RGB
CMYK
RGB Variations
Color information
#BB9E68 (or 0xBB9E68) is known color: Fallow. HEX triplet: BB, 9E and 68. RGB value is (187,158,104). Sum of RGB (Red+Green+Blue) = 187+158+104=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E68 is #446197. Grayscale: #A0A0A0. Windows color (decimal): -4481432 or 6856379. OLE color: 6856379.
HSL color Cylindrical-coordinate representation of color #BB9E68: hue angle of 39.04º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB9E68 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 104 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.27 |
| HSL | 39.04º | 0.38% | 0.57% | - |
| HSV(B) | 39.04º | 0.44% | 0.73% | - |
| XYZ | 35.22 | 36.02 | 18.19 | - |
| YUV | 160.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 104 | 0 | 0.16 | 0.44 | 0.27 | 39.04 | 0.38 | 0.57 |
| Hex | BB | 9E | 68 | 0 | 10 | 2C | 1B | 27 | 26 | 39 |
| Octal | 273 | 236 | 150 | 0 | 20 | 54 | 33 | 47 | 46 | 71 |
| Binary | 10111011 | 10011110 | 1101000 | 0 | 10000 | 101100 | 11011 | 100111 | 100110 | 111001 |
Color Harmonies of #BB9E68
Complementary color
Monochromatic Colors of #BB9E68
Black with #BB9E68
Text Example
Text Example
White with #BB9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E68; }
p { color: rgb(187,158,104); }
H1.HeaderClassName
{
color: #BB9E68;
}
.AnyTagClassName
{
color: #BB9E68;
}
</style>
background-color css
<style>
a { background-color: #BB9E68; }
a { background-color: rgb(187,158,104); }
div.DivClassName
{
background-color: #BB9E68;
}
.BgClassName
{
background-color: #BB9E68;
}
</style>
border-color css
<style>
span { border-color: #BB9E68; }
span { border-color: rgb(187,158,104); }
td.TdClassName
{
border-color: #BB9E68;
}
.TagClassName
{
border-color: #BB9E68;
}
</style>