Shades of Fallow #BB8B65
Tints of Fallow #BB8B65
RGB
CMYK
RGB Variations
Color information
#BB8B65 (or 0xBB8B65) is known color: Fallow. HEX triplet: BB, 8B and 65. RGB value is (187,139,101). Sum of RGB (Red+Green+Blue) = 187+139+101=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B65 is #44749A. Grayscale: #959595. Windows color (decimal): -4486299 or 6654907. OLE color: 6654907.
HSL color Cylindrical-coordinate representation of color #BB8B65: hue angle of 26.51º 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 #BB8B65 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 101 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.27 |
| HSL | 26.51º | 0.39% | 0.56% | - |
| HSV(B) | 26.51º | 0.46% | 0.73% | - |
| XYZ | 32.08 | 29.97 | 16.41 | - |
| YUV | 149.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 101 | 0 | 0.26 | 0.46 | 0.27 | 26.51 | 0.39 | 0.56 |
| Hex | BB | 8B | 65 | 0 | 1A | 2E | 1B | 1B | 27 | 38 |
| Octal | 273 | 213 | 145 | 0 | 32 | 56 | 33 | 33 | 47 | 70 |
| Binary | 10111011 | 10001011 | 1100101 | 0 | 11010 | 101110 | 11011 | 11011 | 100111 | 111000 |
Color Harmonies of #BB8B65
Complementary color
Monochromatic Colors of #BB8B65
Black with #BB8B65
Text Example
Text Example
White with #BB8B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B65; }
p { color: rgb(187,139,101); }
H1.HeaderClassName
{
color: #BB8B65;
}
.AnyTagClassName
{
color: #BB8B65;
}
</style>
background-color css
<style>
a { background-color: #BB8B65; }
a { background-color: rgb(187,139,101); }
div.DivClassName
{
background-color: #BB8B65;
}
.BgClassName
{
background-color: #BB8B65;
}
</style>
border-color css
<style>
span { border-color: #BB8B65; }
span { border-color: rgb(187,139,101); }
td.TdClassName
{
border-color: #BB8B65;
}
.TagClassName
{
border-color: #BB8B65;
}
</style>