Shades of Fallow #B29A6F
Tints of Fallow #B29A6F
RGB
CMYK
RGB Variations
Color information
#B29A6F (or 0xB29A6F) is known color: Fallow. HEX triplet: B2, 9A and 6F. RGB value is (178,154,111). Sum of RGB (Red+Green+Blue) = 178+154+111=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A6F is #4D6590. Grayscale: #9C9C9C. Windows color (decimal): -5072273 or 7314098. OLE color: 7314098.
HSL color Cylindrical-coordinate representation of color #B29A6F: hue angle of 38.51º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B29A6F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 154 | 111 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.30 |
| HSL | 38.51º | 0.3% | 0.57% | - |
| HSV(B) | 38.51º | 0.38% | 0.7% | - |
| XYZ | 32.78 | 33.72 | 19.82 | - |
| YUV | 156.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 154 | 111 | 0 | 0.13 | 0.38 | 0.30 | 38.51 | 0.3 | 0.57 |
| Hex | B2 | 9A | 6F | 0 | D | 26 | 1E | 27 | 1E | 39 |
| Octal | 262 | 232 | 157 | 0 | 15 | 46 | 36 | 47 | 36 | 71 |
| Binary | 10110010 | 10011010 | 1101111 | 0 | 1101 | 100110 | 11110 | 100111 | 11110 | 111001 |
Color Harmonies of #B29A6F
Complementary color
Monochromatic Colors of #B29A6F
Black with #B29A6F
Text Example
Text Example
White with #B29A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29A6F; }
p { color: rgb(178,154,111); }
H1.HeaderClassName
{
color: #B29A6F;
}
.AnyTagClassName
{
color: #B29A6F;
}
</style>
background-color css
<style>
a { background-color: #B29A6F; }
a { background-color: rgb(178,154,111); }
div.DivClassName
{
background-color: #B29A6F;
}
.BgClassName
{
background-color: #B29A6F;
}
</style>
border-color css
<style>
span { border-color: #B29A6F; }
span { border-color: rgb(178,154,111); }
td.TdClassName
{
border-color: #B29A6F;
}
.TagClassName
{
border-color: #B29A6F;
}
</style>