Shades of Fallow #BB926D
Tints of Fallow #BB926D
RGB
CMYK
RGB Variations
Color information
#BB926D (or 0xBB926D) is known color: Fallow. HEX triplet: BB, 92 and 6D. RGB value is (187,146,109). Sum of RGB (Red+Green+Blue) = 187+146+109=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB926D is #446D92. Grayscale: #9A9A9A. Windows color (decimal): -4484499 or 7180987. OLE color: 7180987.
HSL color Cylindrical-coordinate representation of color #BB926D: hue angle of 28.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB926D is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 109 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.27 |
| HSL | 28.46º | 0.36% | 0.58% | - |
| HSV(B) | 28.46º | 0.42% | 0.73% | - |
| XYZ | 33.53 | 32.23 | 18.92 | - |
| YUV | 154.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 109 | 0 | 0.22 | 0.42 | 0.27 | 28.46 | 0.36 | 0.58 |
| Hex | BB | 92 | 6D | 0 | 16 | 2A | 1B | 1C | 24 | 3A |
| Octal | 273 | 222 | 155 | 0 | 26 | 52 | 33 | 34 | 44 | 72 |
| Binary | 10111011 | 10010010 | 1101101 | 0 | 10110 | 101010 | 11011 | 11100 | 100100 | 111010 |
Color Harmonies of #BB926D
Complementary color
Monochromatic Colors of #BB926D
Black with #BB926D
Text Example
Text Example
White with #BB926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB926D; }
p { color: rgb(187,146,109); }
H1.HeaderClassName
{
color: #BB926D;
}
.AnyTagClassName
{
color: #BB926D;
}
</style>
background-color css
<style>
a { background-color: #BB926D; }
a { background-color: rgb(187,146,109); }
div.DivClassName
{
background-color: #BB926D;
}
.BgClassName
{
background-color: #BB926D;
}
</style>
border-color css
<style>
span { border-color: #BB926D; }
span { border-color: rgb(187,146,109); }
td.TdClassName
{
border-color: #BB926D;
}
.TagClassName
{
border-color: #BB926D;
}
</style>