Shades of Fallow #B98E69
Tints of Fallow #B98E69
RGB
CMYK
RGB Variations
Color information
#B98E69 (or 0xB98E69) is known color: Fallow. HEX triplet: B9, 8E and 69. RGB value is (185,142,105). Sum of RGB (Red+Green+Blue) = 185+142+105=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E69 is #467196. Grayscale: #969696. Windows color (decimal): -4616599 or 6917817. OLE color: 6917817.
HSL color Cylindrical-coordinate representation of color #B98E69: hue angle of 27.75º degrees, saturation: 0.36, 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 #B98E69 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 105 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.27 |
| HSL | 27.75º | 0.36% | 0.57% | - |
| HSV(B) | 27.75º | 0.43% | 0.73% | - |
| XYZ | 32.23 | 30.68 | 17.59 | - |
| YUV | 150.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 105 | 0 | 0.23 | 0.43 | 0.27 | 27.75 | 0.36 | 0.57 |
| Hex | B9 | 8E | 69 | 0 | 17 | 2B | 1B | 1C | 24 | 39 |
| Octal | 271 | 216 | 151 | 0 | 27 | 53 | 33 | 34 | 44 | 71 |
| Binary | 10111001 | 10001110 | 1101001 | 0 | 10111 | 101011 | 11011 | 11100 | 100100 | 111001 |
Color Harmonies of #B98E69
Complementary color
Monochromatic Colors of #B98E69
Black with #B98E69
Text Example
Text Example
White with #B98E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98E69; }
p { color: rgb(185,142,105); }
H1.HeaderClassName
{
color: #B98E69;
}
.AnyTagClassName
{
color: #B98E69;
}
</style>
background-color css
<style>
a { background-color: #B98E69; }
a { background-color: rgb(185,142,105); }
div.DivClassName
{
background-color: #B98E69;
}
.BgClassName
{
background-color: #B98E69;
}
</style>
border-color css
<style>
span { border-color: #B98E69; }
span { border-color: rgb(185,142,105); }
td.TdClassName
{
border-color: #B98E69;
}
.TagClassName
{
border-color: #B98E69;
}
</style>