Shades of Fallow #B89975
Tints of Fallow #B89975
RGB
CMYK
RGB Variations
Color information
#B89975 (or 0xB89975) is known color: Fallow. HEX triplet: B8, 99 and 75. RGB value is (184,153,117). Sum of RGB (Red+Green+Blue) = 184+153+117=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B89975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89975 is #47668A. Grayscale: #9E9E9E. Windows color (decimal): -4679307 or 7707064. OLE color: 7707064.
HSL color Cylindrical-coordinate representation of color #B89975: hue angle of 32.24º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B89975 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 117 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.28 |
| HSL | 32.24º | 0.32% | 0.59% | - |
| HSV(B) | 32.24º | 0.36% | 0.72% | - |
| XYZ | 34.37 | 34.26 | 21.63 | - |
| YUV | 158.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 117 | 0 | 0.17 | 0.36 | 0.28 | 32.24 | 0.32 | 0.59 |
| Hex | B8 | 99 | 75 | 0 | 11 | 24 | 1C | 20 | 20 | 3B |
| Octal | 270 | 231 | 165 | 0 | 21 | 44 | 34 | 40 | 40 | 73 |
| Binary | 10111000 | 10011001 | 1110101 | 0 | 10001 | 100100 | 11100 | 100000 | 100000 | 111011 |
Color Harmonies of #B89975
Complementary color
Monochromatic Colors of #B89975
Black with #B89975
Text Example
Text Example
White with #B89975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89975; }
p { color: rgb(184,153,117); }
H1.HeaderClassName
{
color: #B89975;
}
.AnyTagClassName
{
color: #B89975;
}
</style>
background-color css
<style>
a { background-color: #B89975; }
a { background-color: rgb(184,153,117); }
div.DivClassName
{
background-color: #B89975;
}
.BgClassName
{
background-color: #B89975;
}
</style>
border-color css
<style>
span { border-color: #B89975; }
span { border-color: rgb(184,153,117); }
td.TdClassName
{
border-color: #B89975;
}
.TagClassName
{
border-color: #B89975;
}
</style>