Shades of Fallow #BB8F66
Tints of Fallow #BB8F66
RGB
CMYK
RGB Variations
Color information
#BB8F66 (or 0xBB8F66) is known color: Fallow. HEX triplet: BB, 8F and 66. RGB value is (187,143,102). Sum of RGB (Red+Green+Blue) = 187+143+102=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F66 is #447099. Grayscale: #979797. Windows color (decimal): -4485274 or 6721467. OLE color: 6721467.
HSL color Cylindrical-coordinate representation of color #BB8F66: hue angle of 28.94º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB8F66 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 102 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.27 |
| HSL | 28.94º | 0.38% | 0.57% | - |
| HSV(B) | 28.94º | 0.45% | 0.73% | - |
| XYZ | 32.71 | 31.17 | 16.86 | - |
| YUV | 151.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 102 | 0 | 0.24 | 0.45 | 0.27 | 28.94 | 0.38 | 0.57 |
| Hex | BB | 8F | 66 | 0 | 18 | 2D | 1B | 1D | 26 | 39 |
| Octal | 273 | 217 | 146 | 0 | 30 | 55 | 33 | 35 | 46 | 71 |
| Binary | 10111011 | 10001111 | 1100110 | 0 | 11000 | 101101 | 11011 | 11101 | 100110 | 111001 |
Color Harmonies of #BB8F66
Complementary color
Monochromatic Colors of #BB8F66
Black with #BB8F66
Text Example
Text Example
White with #BB8F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F66; }
p { color: rgb(187,143,102); }
H1.HeaderClassName
{
color: #BB8F66;
}
.AnyTagClassName
{
color: #BB8F66;
}
</style>
background-color css
<style>
a { background-color: #BB8F66; }
a { background-color: rgb(187,143,102); }
div.DivClassName
{
background-color: #BB8F66;
}
.BgClassName
{
background-color: #BB8F66;
}
</style>
border-color css
<style>
span { border-color: #BB8F66; }
span { border-color: rgb(187,143,102); }
td.TdClassName
{
border-color: #BB8F66;
}
.TagClassName
{
border-color: #BB8F66;
}
</style>