Shades of Fallow #BB9E78
Tints of Fallow #BB9E78
RGB
CMYK
RGB Variations
Color information
#BB9E78 (or 0xBB9E78) is known color: Fallow. HEX triplet: BB, 9E and 78. RGB value is (187,158,120). Sum of RGB (Red+Green+Blue) = 187+158+120=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E78 is #446187. Grayscale: #A2A2A2. Windows color (decimal): -4481416 or 7904955. OLE color: 7904955.
HSL color Cylindrical-coordinate representation of color #BB9E78: hue angle of 34.03º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9E78 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 120 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.27 |
| HSL | 34.03º | 0.33% | 0.6% | - |
| HSV(B) | 34.03º | 0.36% | 0.73% | - |
| XYZ | 36.11 | 36.37 | 22.89 | - |
| YUV | 162.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 120 | 0 | 0.16 | 0.36 | 0.27 | 34.03 | 0.33 | 0.6 |
| Hex | BB | 9E | 78 | 0 | 10 | 24 | 1B | 22 | 21 | 3C |
| Octal | 273 | 236 | 170 | 0 | 20 | 44 | 33 | 42 | 41 | 74 |
| Binary | 10111011 | 10011110 | 1111000 | 0 | 10000 | 100100 | 11011 | 100010 | 100001 | 111100 |
Color Harmonies of #BB9E78
Complementary color
Monochromatic Colors of #BB9E78
Black with #BB9E78
Text Example
Text Example
White with #BB9E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E78; }
p { color: rgb(187,158,120); }
H1.HeaderClassName
{
color: #BB9E78;
}
.AnyTagClassName
{
color: #BB9E78;
}
</style>
background-color css
<style>
a { background-color: #BB9E78; }
a { background-color: rgb(187,158,120); }
div.DivClassName
{
background-color: #BB9E78;
}
.BgClassName
{
background-color: #BB9E78;
}
</style>
border-color css
<style>
span { border-color: #BB9E78; }
span { border-color: rgb(187,158,120); }
td.TdClassName
{
border-color: #BB9E78;
}
.TagClassName
{
border-color: #BB9E78;
}
</style>