Shades of Fallow #B9926F
Tints of Fallow #B9926F
RGB
CMYK
RGB Variations
Color information
#B9926F (or 0xB9926F) is known color: Fallow. HEX triplet: B9, 92 and 6F. RGB value is (185,146,111). Sum of RGB (Red+Green+Blue) = 185+146+111=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9926F is #466D90. Grayscale: #999999. Windows color (decimal): -4615569 or 7312057. OLE color: 7312057.
HSL color Cylindrical-coordinate representation of color #B9926F: hue angle of 28.38º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9926F is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 111 | - |
| CMYK | 0 | 0.21 | 0.4 | 0.27 |
| HSL | 28.38º | 0.35% | 0.58% | - |
| HSV(B) | 28.38º | 0.4% | 0.73% | - |
| XYZ | 33.16 | 32.02 | 19.47 | - |
| YUV | 153.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 111 | 0 | 0.21 | 0.4 | 0.27 | 28.38 | 0.35 | 0.58 |
| Hex | B9 | 92 | 6F | 0 | 15 | 28 | 1B | 1C | 23 | 3A |
| Octal | 271 | 222 | 157 | 0 | 25 | 50 | 33 | 34 | 43 | 72 |
| Binary | 10111001 | 10010010 | 1101111 | 0 | 10101 | 101000 | 11011 | 11100 | 100011 | 111010 |
Color Harmonies of #B9926F
Complementary color
Monochromatic Colors of #B9926F
Black with #B9926F
Text Example
Text Example
White with #B9926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9926F; }
p { color: rgb(185,146,111); }
H1.HeaderClassName
{
color: #B9926F;
}
.AnyTagClassName
{
color: #B9926F;
}
</style>
background-color css
<style>
a { background-color: #B9926F; }
a { background-color: rgb(185,146,111); }
div.DivClassName
{
background-color: #B9926F;
}
.BgClassName
{
background-color: #B9926F;
}
</style>
border-color css
<style>
span { border-color: #B9926F; }
span { border-color: rgb(185,146,111); }
td.TdClassName
{
border-color: #B9926F;
}
.TagClassName
{
border-color: #B9926F;
}
</style>