Shades of Fallow #B99C77
Tints of Fallow #B99C77
RGB
CMYK
RGB Variations
Color information
#B99C77 (or 0xB99C77) is known color: Fallow. HEX triplet: B9, 9C and 77. RGB value is (185,156,119). Sum of RGB (Red+Green+Blue) = 185+156+119=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C77 is #466388. Grayscale: #A0A0A0. Windows color (decimal): -4613001 or 7838905. OLE color: 7838905.
HSL color Cylindrical-coordinate representation of color #B99C77: hue angle of 33.64º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B99C77 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 119 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.27 |
| HSL | 33.64º | 0.32% | 0.6% | - |
| HSV(B) | 33.64º | 0.36% | 0.73% | - |
| XYZ | 35.23 | 35.42 | 22.43 | - |
| YUV | 160.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 119 | 0 | 0.16 | 0.36 | 0.27 | 33.64 | 0.32 | 0.6 |
| Hex | B9 | 9C | 77 | 0 | 10 | 24 | 1B | 22 | 20 | 3C |
| Octal | 271 | 234 | 167 | 0 | 20 | 44 | 33 | 42 | 40 | 74 |
| Binary | 10111001 | 10011100 | 1110111 | 0 | 10000 | 100100 | 11011 | 100010 | 100000 | 111100 |
Color Harmonies of #B99C77
Complementary color
Monochromatic Colors of #B99C77
Black with #B99C77
Text Example
Text Example
White with #B99C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C77; }
p { color: rgb(185,156,119); }
H1.HeaderClassName
{
color: #B99C77;
}
.AnyTagClassName
{
color: #B99C77;
}
</style>
background-color css
<style>
a { background-color: #B99C77; }
a { background-color: rgb(185,156,119); }
div.DivClassName
{
background-color: #B99C77;
}
.BgClassName
{
background-color: #B99C77;
}
</style>
border-color css
<style>
span { border-color: #B99C77; }
span { border-color: rgb(185,156,119); }
td.TdClassName
{
border-color: #B99C77;
}
.TagClassName
{
border-color: #B99C77;
}
</style>