Shades of Fallow #BB9E65
Tints of Fallow #BB9E65
RGB
CMYK
RGB Variations
Color information
#BB9E65 (or 0xBB9E65) is known color: Fallow. HEX triplet: BB, 9E and 65. RGB value is (187,158,101). Sum of RGB (Red+Green+Blue) = 187+158+101=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E65 is #44619A. Grayscale: #A0A0A0. Windows color (decimal): -4481435 or 6659771. OLE color: 6659771.
HSL color Cylindrical-coordinate representation of color #BB9E65: hue angle of 39.77º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB9E65 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 101 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.27 |
| HSL | 39.77º | 0.39% | 0.56% | - |
| HSV(B) | 39.77º | 0.46% | 0.73% | - |
| XYZ | 35.07 | 35.96 | 17.4 | - |
| YUV | 160.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 101 | 0 | 0.16 | 0.46 | 0.27 | 39.77 | 0.39 | 0.56 |
| Hex | BB | 9E | 65 | 0 | 10 | 2E | 1B | 28 | 27 | 38 |
| Octal | 273 | 236 | 145 | 0 | 20 | 56 | 33 | 50 | 47 | 70 |
| Binary | 10111011 | 10011110 | 1100101 | 0 | 10000 | 101110 | 11011 | 101000 | 100111 | 111000 |
Color Harmonies of #BB9E65
Complementary color
Monochromatic Colors of #BB9E65
Black with #BB9E65
Text Example
Text Example
White with #BB9E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E65; }
p { color: rgb(187,158,101); }
H1.HeaderClassName
{
color: #BB9E65;
}
.AnyTagClassName
{
color: #BB9E65;
}
</style>
background-color css
<style>
a { background-color: #BB9E65; }
a { background-color: rgb(187,158,101); }
div.DivClassName
{
background-color: #BB9E65;
}
.BgClassName
{
background-color: #BB9E65;
}
</style>
border-color css
<style>
span { border-color: #BB9E65; }
span { border-color: rgb(187,158,101); }
td.TdClassName
{
border-color: #BB9E65;
}
.TagClassName
{
border-color: #BB9E65;
}
</style>