Shades of Fallow #BB926A
Tints of Fallow #BB926A
RGB
CMYK
RGB Variations
Color information
#BB926A (or 0xBB926A) is known color: Fallow. HEX triplet: BB, 92 and 6A. RGB value is (187,146,106). Sum of RGB (Red+Green+Blue) = 187+146+106=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB926A is #446D95. Grayscale: #999999. Windows color (decimal): -4484502 or 6984379. OLE color: 6984379.
HSL color Cylindrical-coordinate representation of color #BB926A: hue angle of 29.63º 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 #BB926A is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 146 | 106 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.27 |
| HSL | 29.63º | 0.37% | 0.57% | - |
| HSV(B) | 29.63º | 0.43% | 0.73% | - |
| XYZ | 33.37 | 32.16 | 18.08 | - |
| YUV | 153.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 106 | 0 | 0.22 | 0.43 | 0.27 | 29.63 | 0.37 | 0.57 |
| Hex | BB | 92 | 6A | 0 | 16 | 2B | 1B | 1E | 25 | 39 |
| Octal | 273 | 222 | 152 | 0 | 26 | 53 | 33 | 36 | 45 | 71 |
| Binary | 10111011 | 10010010 | 1101010 | 0 | 10110 | 101011 | 11011 | 11110 | 100101 | 111001 |
Color Harmonies of #BB926A
Complementary color
Monochromatic Colors of #BB926A
Black with #BB926A
Text Example
Text Example
White with #BB926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB926A; }
p { color: rgb(187,146,106); }
H1.HeaderClassName
{
color: #BB926A;
}
.AnyTagClassName
{
color: #BB926A;
}
</style>
background-color css
<style>
a { background-color: #BB926A; }
a { background-color: rgb(187,146,106); }
div.DivClassName
{
background-color: #BB926A;
}
.BgClassName
{
background-color: #BB926A;
}
</style>
border-color css
<style>
span { border-color: #BB926A; }
span { border-color: rgb(187,146,106); }
td.TdClassName
{
border-color: #BB926A;
}
.TagClassName
{
border-color: #BB926A;
}
</style>