Shades of Fallow #B99E75
Tints of Fallow #B99E75
RGB
CMYK
RGB Variations
Color information
#B99E75 (or 0xB99E75) is known color: Fallow. HEX triplet: B9, 9E and 75. RGB value is (185,158,117). Sum of RGB (Red+Green+Blue) = 185+158+117=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E75 is #46618A. Grayscale: #A1A1A1. Windows color (decimal): -4612491 or 7708345. OLE color: 7708345.
HSL color Cylindrical-coordinate representation of color #B99E75: hue angle of 36.18º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B99E75 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 117 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.27 |
| HSL | 36.18º | 0.33% | 0.59% | - |
| HSV(B) | 36.18º | 0.37% | 0.73% | - |
| XYZ | 35.45 | 36.05 | 21.92 | - |
| YUV | 161.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 117 | 0 | 0.15 | 0.37 | 0.27 | 36.18 | 0.33 | 0.59 |
| Hex | B9 | 9E | 75 | 0 | F | 25 | 1B | 24 | 21 | 3B |
| Octal | 271 | 236 | 165 | 0 | 17 | 45 | 33 | 44 | 41 | 73 |
| Binary | 10111001 | 10011110 | 1110101 | 0 | 1111 | 100101 | 11011 | 100100 | 100001 | 111011 |
Color Harmonies of #B99E75
Complementary color
Monochromatic Colors of #B99E75
Black with #B99E75
Text Example
Text Example
White with #B99E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E75; }
p { color: rgb(185,158,117); }
H1.HeaderClassName
{
color: #B99E75;
}
.AnyTagClassName
{
color: #B99E75;
}
</style>
background-color css
<style>
a { background-color: #B99E75; }
a { background-color: rgb(185,158,117); }
div.DivClassName
{
background-color: #B99E75;
}
.BgClassName
{
background-color: #B99E75;
}
</style>
border-color css
<style>
span { border-color: #B99E75; }
span { border-color: rgb(185,158,117); }
td.TdClassName
{
border-color: #B99E75;
}
.TagClassName
{
border-color: #B99E75;
}
</style>