Shades of Fallow #BB9B76
Tints of Fallow #BB9B76
RGB
CMYK
RGB Variations
Color information
#BB9B76 (or 0xBB9B76) is known color: Fallow. HEX triplet: BB, 9B and 76. RGB value is (187,155,118). Sum of RGB (Red+Green+Blue) = 187+155+118=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9B76 is #446489. Grayscale: #A0A0A0. Windows color (decimal): -4482186 or 7773115. OLE color: 7773115.
HSL color Cylindrical-coordinate representation of color #BB9B76: hue angle of 32.17º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9B76 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 118 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.27 |
| HSL | 32.17º | 0.34% | 0.6% | - |
| HSV(B) | 32.17º | 0.37% | 0.73% | - |
| XYZ | 35.48 | 35.32 | 22.09 | - |
| YUV | 160.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 118 | 0 | 0.17 | 0.37 | 0.27 | 32.17 | 0.34 | 0.6 |
| Hex | BB | 9B | 76 | 0 | 11 | 25 | 1B | 20 | 22 | 3C |
| Octal | 273 | 233 | 166 | 0 | 21 | 45 | 33 | 40 | 42 | 74 |
| Binary | 10111011 | 10011011 | 1110110 | 0 | 10001 | 100101 | 11011 | 100000 | 100010 | 111100 |
Color Harmonies of #BB9B76
Complementary color
Monochromatic Colors of #BB9B76
Black with #BB9B76
Text Example
Text Example
White with #BB9B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9B76; }
p { color: rgb(187,155,118); }
H1.HeaderClassName
{
color: #BB9B76;
}
.AnyTagClassName
{
color: #BB9B76;
}
</style>
background-color css
<style>
a { background-color: #BB9B76; }
a { background-color: rgb(187,155,118); }
div.DivClassName
{
background-color: #BB9B76;
}
.BgClassName
{
background-color: #BB9B76;
}
</style>
border-color css
<style>
span { border-color: #BB9B76; }
span { border-color: rgb(187,155,118); }
td.TdClassName
{
border-color: #BB9B76;
}
.TagClassName
{
border-color: #BB9B76;
}
</style>