Shades of Fallow #BB9873
Tints of Fallow #BB9873
RGB
CMYK
RGB Variations
Color information
#BB9873 (or 0xBB9873) is known color: Fallow. HEX triplet: BB, 98 and 73. RGB value is (187,152,115). Sum of RGB (Red+Green+Blue) = 187+152+115=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9873 is #44678C. Grayscale: #9E9E9E. Windows color (decimal): -4482957 or 7575739. OLE color: 7575739.
HSL color Cylindrical-coordinate representation of color #BB9873: hue angle of 30.83º 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 #BB9873 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 115 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.27 |
| HSL | 30.83º | 0.35% | 0.59% | - |
| HSV(B) | 30.83º | 0.39% | 0.73% | - |
| XYZ | 34.82 | 34.26 | 21 | - |
| YUV | 158.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 115 | 0 | 0.19 | 0.39 | 0.27 | 30.83 | 0.35 | 0.59 |
| Hex | BB | 98 | 73 | 0 | 13 | 27 | 1B | 1F | 23 | 3B |
| Octal | 273 | 230 | 163 | 0 | 23 | 47 | 33 | 37 | 43 | 73 |
| Binary | 10111011 | 10011000 | 1110011 | 0 | 10011 | 100111 | 11011 | 11111 | 100011 | 111011 |
Color Harmonies of #BB9873
Complementary color
Monochromatic Colors of #BB9873
Black with #BB9873
Text Example
Text Example
White with #BB9873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9873; }
p { color: rgb(187,152,115); }
H1.HeaderClassName
{
color: #BB9873;
}
.AnyTagClassName
{
color: #BB9873;
}
</style>
background-color css
<style>
a { background-color: #BB9873; }
a { background-color: rgb(187,152,115); }
div.DivClassName
{
background-color: #BB9873;
}
.BgClassName
{
background-color: #BB9873;
}
</style>
border-color css
<style>
span { border-color: #BB9873; }
span { border-color: rgb(187,152,115); }
td.TdClassName
{
border-color: #BB9873;
}
.TagClassName
{
border-color: #BB9873;
}
</style>