Shades of Fallow #BB9665
Tints of Fallow #BB9665
RGB
CMYK
RGB Variations
Color information
#BB9665 (or 0xBB9665) is known color: Fallow. HEX triplet: BB, 96 and 65. RGB value is (187,150,101). Sum of RGB (Red+Green+Blue) = 187+150+101=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9665 is #44699A. Grayscale: #9B9B9B. Windows color (decimal): -4483483 or 6657723. OLE color: 6657723.
HSL color Cylindrical-coordinate representation of color #BB9665: hue angle of 34.19º 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 #BB9665 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 101 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.27 |
| HSL | 34.19º | 0.39% | 0.56% | - |
| HSV(B) | 34.19º | 0.46% | 0.73% | - |
| XYZ | 33.75 | 33.32 | 16.96 | - |
| YUV | 155.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 101 | 0 | 0.20 | 0.46 | 0.27 | 34.19 | 0.39 | 0.56 |
| Hex | BB | 96 | 65 | 0 | 14 | 2E | 1B | 22 | 27 | 38 |
| Octal | 273 | 226 | 145 | 0 | 24 | 56 | 33 | 42 | 47 | 70 |
| Binary | 10111011 | 10010110 | 1100101 | 0 | 10100 | 101110 | 11011 | 100010 | 100111 | 111000 |
Color Harmonies of #BB9665
Complementary color
Monochromatic Colors of #BB9665
Black with #BB9665
Text Example
Text Example
White with #BB9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9665; }
p { color: rgb(187,150,101); }
H1.HeaderClassName
{
color: #BB9665;
}
.AnyTagClassName
{
color: #BB9665;
}
</style>
background-color css
<style>
a { background-color: #BB9665; }
a { background-color: rgb(187,150,101); }
div.DivClassName
{
background-color: #BB9665;
}
.BgClassName
{
background-color: #BB9665;
}
</style>
border-color css
<style>
span { border-color: #BB9665; }
span { border-color: rgb(187,150,101); }
td.TdClassName
{
border-color: #BB9665;
}
.TagClassName
{
border-color: #BB9665;
}
</style>