Shades of Fallow #BB9F76
Tints of Fallow #BB9F76
RGB
CMYK
RGB Variations
Color information
#BB9F76 (or 0xBB9F76) is known color: Fallow. HEX triplet: BB, 9F and 76. RGB value is (187,159,118). Sum of RGB (Red+Green+Blue) = 187+159+118=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F76 is #446089. Grayscale: #A2A2A2. Windows color (decimal): -4481162 or 7774139. OLE color: 7774139.
HSL color Cylindrical-coordinate representation of color #BB9F76: hue angle of 35.65º 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 #BB9F76 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 118 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.27 |
| HSL | 35.65º | 0.34% | 0.6% | - |
| HSV(B) | 35.65º | 0.37% | 0.73% | - |
| XYZ | 36.16 | 36.67 | 22.31 | - |
| YUV | 162.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 118 | 0 | 0.15 | 0.37 | 0.27 | 35.65 | 0.34 | 0.6 |
| Hex | BB | 9F | 76 | 0 | F | 25 | 1B | 24 | 22 | 3C |
| Octal | 273 | 237 | 166 | 0 | 17 | 45 | 33 | 44 | 42 | 74 |
| Binary | 10111011 | 10011111 | 1110110 | 0 | 1111 | 100101 | 11011 | 100100 | 100010 | 111100 |
Color Harmonies of #BB9F76
Complementary color
Monochromatic Colors of #BB9F76
Black with #BB9F76
Text Example
Text Example
White with #BB9F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F76; }
p { color: rgb(187,159,118); }
H1.HeaderClassName
{
color: #BB9F76;
}
.AnyTagClassName
{
color: #BB9F76;
}
</style>
background-color css
<style>
a { background-color: #BB9F76; }
a { background-color: rgb(187,159,118); }
div.DivClassName
{
background-color: #BB9F76;
}
.BgClassName
{
background-color: #BB9F76;
}
</style>
border-color css
<style>
span { border-color: #BB9F76; }
span { border-color: rgb(187,159,118); }
td.TdClassName
{
border-color: #BB9F76;
}
.TagClassName
{
border-color: #BB9F76;
}
</style>