Shades of Fallow #B99774
Tints of Fallow #B99774
RGB
CMYK
RGB Variations
Color information
#B99774 (or 0xB99774) is known color: Fallow. HEX triplet: B9, 97 and 74. RGB value is (185,151,116). Sum of RGB (Red+Green+Blue) = 185+151+116=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B99774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99774 is #46688B. Grayscale: #9D9D9D. Windows color (decimal): -4614284 or 7641017. OLE color: 7641017.
HSL color Cylindrical-coordinate representation of color #B99774: hue angle of 30.43º 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 #B99774 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 116 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.27 |
| HSL | 30.43º | 0.33% | 0.59% | - |
| HSV(B) | 30.43º | 0.37% | 0.73% | - |
| XYZ | 34.23 | 33.71 | 21.23 | - |
| YUV | 157.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 116 | 0 | 0.18 | 0.37 | 0.27 | 30.43 | 0.33 | 0.59 |
| Hex | B9 | 97 | 74 | 0 | 12 | 25 | 1B | 1E | 21 | 3B |
| Octal | 271 | 227 | 164 | 0 | 22 | 45 | 33 | 36 | 41 | 73 |
| Binary | 10111001 | 10010111 | 1110100 | 0 | 10010 | 100101 | 11011 | 11110 | 100001 | 111011 |
Color Harmonies of #B99774
Complementary color
Monochromatic Colors of #B99774
Black with #B99774
Text Example
Text Example
White with #B99774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99774; }
p { color: rgb(185,151,116); }
H1.HeaderClassName
{
color: #B99774;
}
.AnyTagClassName
{
color: #B99774;
}
</style>
background-color css
<style>
a { background-color: #B99774; }
a { background-color: rgb(185,151,116); }
div.DivClassName
{
background-color: #B99774;
}
.BgClassName
{
background-color: #B99774;
}
</style>
border-color css
<style>
span { border-color: #B99774; }
span { border-color: rgb(185,151,116); }
td.TdClassName
{
border-color: #B99774;
}
.TagClassName
{
border-color: #B99774;
}
</style>