Shades of Fallow #BB9772
Tints of Fallow #BB9772
RGB
CMYK
RGB Variations
Color information
#BB9772 (or 0xBB9772) is known color: Fallow. HEX triplet: BB, 97 and 72. RGB value is (187,151,114). Sum of RGB (Red+Green+Blue) = 187+151+114=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9772 is #44688D. Grayscale: #9D9D9D. Windows color (decimal): -4483214 or 7509947. OLE color: 7509947.
HSL color Cylindrical-coordinate representation of color #BB9772: hue angle of 30.41º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB9772 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 114 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.27 |
| HSL | 30.41º | 0.35% | 0.59% | - |
| HSV(B) | 30.41º | 0.39% | 0.73% | - |
| XYZ | 34.6 | 33.91 | 20.64 | - |
| YUV | 157.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 114 | 0 | 0.19 | 0.39 | 0.27 | 30.41 | 0.35 | 0.59 |
| Hex | BB | 97 | 72 | 0 | 13 | 27 | 1B | 1E | 23 | 3B |
| Octal | 273 | 227 | 162 | 0 | 23 | 47 | 33 | 36 | 43 | 73 |
| Binary | 10111011 | 10010111 | 1110010 | 0 | 10011 | 100111 | 11011 | 11110 | 100011 | 111011 |
Color Harmonies of #BB9772
Complementary color
Monochromatic Colors of #BB9772
Black with #BB9772
Text Example
Text Example
White with #BB9772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9772; }
p { color: rgb(187,151,114); }
H1.HeaderClassName
{
color: #BB9772;
}
.AnyTagClassName
{
color: #BB9772;
}
</style>
background-color css
<style>
a { background-color: #BB9772; }
a { background-color: rgb(187,151,114); }
div.DivClassName
{
background-color: #BB9772;
}
.BgClassName
{
background-color: #BB9772;
}
</style>
border-color css
<style>
span { border-color: #BB9772; }
span { border-color: rgb(187,151,114); }
td.TdClassName
{
border-color: #BB9772;
}
.TagClassName
{
border-color: #BB9772;
}
</style>