Shades of Fallow #BB8D6A
Tints of Fallow #BB8D6A
RGB
CMYK
RGB Variations
Color information
#BB8D6A (or 0xBB8D6A) is known color: Fallow. HEX triplet: BB, 8D and 6A. RGB value is (187,141,106). Sum of RGB (Red+Green+Blue) = 187+141+106=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D6A is #447295. Grayscale: #969696. Windows color (decimal): -4485782 or 6983099. OLE color: 6983099.
HSL color Cylindrical-coordinate representation of color #BB8D6A: hue angle of 25.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB8D6A is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 141 | 106 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.27 |
| HSL | 25.93º | 0.37% | 0.57% | - |
| HSV(B) | 25.93º | 0.43% | 0.73% | - |
| XYZ | 32.62 | 30.66 | 17.83 | - |
| YUV | 150.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 106 | 0 | 0.25 | 0.43 | 0.27 | 25.93 | 0.37 | 0.57 |
| Hex | BB | 8D | 6A | 0 | 19 | 2B | 1B | 1A | 25 | 39 |
| Octal | 273 | 215 | 152 | 0 | 31 | 53 | 33 | 32 | 45 | 71 |
| Binary | 10111011 | 10001101 | 1101010 | 0 | 11001 | 101011 | 11011 | 11010 | 100101 | 111001 |
Color Harmonies of #BB8D6A
Complementary color
Monochromatic Colors of #BB8D6A
Black with #BB8D6A
Text Example
Text Example
White with #BB8D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8D6A; }
p { color: rgb(187,141,106); }
H1.HeaderClassName
{
color: #BB8D6A;
}
.AnyTagClassName
{
color: #BB8D6A;
}
</style>
background-color css
<style>
a { background-color: #BB8D6A; }
a { background-color: rgb(187,141,106); }
div.DivClassName
{
background-color: #BB8D6A;
}
.BgClassName
{
background-color: #BB8D6A;
}
</style>
border-color css
<style>
span { border-color: #BB8D6A; }
span { border-color: rgb(187,141,106); }
td.TdClassName
{
border-color: #BB8D6A;
}
.TagClassName
{
border-color: #BB8D6A;
}
</style>