Shades of Fallow #BB9C65
Tints of Fallow #BB9C65
RGB
CMYK
RGB Variations
Color information
#BB9C65 (or 0xBB9C65) is known color: Fallow. HEX triplet: BB, 9C and 65. RGB value is (187,156,101). Sum of RGB (Red+Green+Blue) = 187+156+101=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C65 is #44639A. Grayscale: #9F9F9F. Windows color (decimal): -4481947 or 6659259. OLE color: 6659259.
HSL color Cylindrical-coordinate representation of color #BB9C65: hue angle of 38.37º 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 #BB9C65 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 101 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.27 |
| HSL | 38.37º | 0.39% | 0.56% | - |
| HSV(B) | 38.37º | 0.46% | 0.73% | - |
| XYZ | 34.73 | 35.28 | 17.29 | - |
| YUV | 159 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 101 | 0 | 0.17 | 0.46 | 0.27 | 38.37 | 0.39 | 0.56 |
| Hex | BB | 9C | 65 | 0 | 11 | 2E | 1B | 26 | 27 | 38 |
| Octal | 273 | 234 | 145 | 0 | 21 | 56 | 33 | 46 | 47 | 70 |
| Binary | 10111011 | 10011100 | 1100101 | 0 | 10001 | 101110 | 11011 | 100110 | 100111 | 111000 |
Color Harmonies of #BB9C65
Complementary color
Monochromatic Colors of #BB9C65
Black with #BB9C65
Text Example
Text Example
White with #BB9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9C65; }
p { color: rgb(187,156,101); }
H1.HeaderClassName
{
color: #BB9C65;
}
.AnyTagClassName
{
color: #BB9C65;
}
</style>
background-color css
<style>
a { background-color: #BB9C65; }
a { background-color: rgb(187,156,101); }
div.DivClassName
{
background-color: #BB9C65;
}
.BgClassName
{
background-color: #BB9C65;
}
</style>
border-color css
<style>
span { border-color: #BB9C65; }
span { border-color: rgb(187,156,101); }
td.TdClassName
{
border-color: #BB9C65;
}
.TagClassName
{
border-color: #BB9C65;
}
</style>