Shades of Fallow #BB8F69
Tints of Fallow #BB8F69
RGB
CMYK
RGB Variations
Color information
#BB8F69 (or 0xBB8F69) is known color: Fallow. HEX triplet: BB, 8F and 69. RGB value is (187,143,105). Sum of RGB (Red+Green+Blue) = 187+143+105=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F69 is #447096. Grayscale: #989898. Windows color (decimal): -4485271 or 6918075. OLE color: 6918075.
HSL color Cylindrical-coordinate representation of color #BB8F69: hue angle of 27.8º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8F69 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 105 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.27 |
| HSL | 27.8º | 0.38% | 0.57% | - |
| HSV(B) | 27.8º | 0.44% | 0.73% | - |
| XYZ | 32.87 | 31.23 | 17.66 | - |
| YUV | 151.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 105 | 0 | 0.24 | 0.44 | 0.27 | 27.8 | 0.38 | 0.57 |
| Hex | BB | 8F | 69 | 0 | 18 | 2C | 1B | 1C | 26 | 39 |
| Octal | 273 | 217 | 151 | 0 | 30 | 54 | 33 | 34 | 46 | 71 |
| Binary | 10111011 | 10001111 | 1101001 | 0 | 11000 | 101100 | 11011 | 11100 | 100110 | 111001 |
Color Harmonies of #BB8F69
Complementary color
Monochromatic Colors of #BB8F69
Black with #BB8F69
Text Example
Text Example
White with #BB8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F69; }
p { color: rgb(187,143,105); }
H1.HeaderClassName
{
color: #BB8F69;
}
.AnyTagClassName
{
color: #BB8F69;
}
</style>
background-color css
<style>
a { background-color: #BB8F69; }
a { background-color: rgb(187,143,105); }
div.DivClassName
{
background-color: #BB8F69;
}
.BgClassName
{
background-color: #BB8F69;
}
</style>
border-color css
<style>
span { border-color: #BB8F69; }
span { border-color: rgb(187,143,105); }
td.TdClassName
{
border-color: #BB8F69;
}
.TagClassName
{
border-color: #BB8F69;
}
</style>