Shades of Fallow #B89D6D
Tints of Fallow #B89D6D
RGB
CMYK
RGB Variations
Color information
#B89D6D (or 0xB89D6D) is known color: Fallow. HEX triplet: B8, 9D and 6D. RGB value is (184,157,109). Sum of RGB (Red+Green+Blue) = 184+157+109=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89D6D is #476292. Grayscale: #9F9F9F. Windows color (decimal): -4678291 or 7183800. OLE color: 7183800.
HSL color Cylindrical-coordinate representation of color #B89D6D: hue angle of 38.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B89D6D is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 109 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.28 |
| HSL | 38.4º | 0.35% | 0.57% | - |
| HSV(B) | 38.4º | 0.41% | 0.72% | - |
| XYZ | 34.58 | 35.41 | 19.48 | - |
| YUV | 159.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 109 | 0 | 0.15 | 0.41 | 0.28 | 38.4 | 0.35 | 0.57 |
| Hex | B8 | 9D | 6D | 0 | F | 29 | 1C | 26 | 23 | 39 |
| Octal | 270 | 235 | 155 | 0 | 17 | 51 | 34 | 46 | 43 | 71 |
| Binary | 10111000 | 10011101 | 1101101 | 0 | 1111 | 101001 | 11100 | 100110 | 100011 | 111001 |
Color Harmonies of #B89D6D
Complementary color
Monochromatic Colors of #B89D6D
Black with #B89D6D
Text Example
Text Example
White with #B89D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D6D; }
p { color: rgb(184,157,109); }
H1.HeaderClassName
{
color: #B89D6D;
}
.AnyTagClassName
{
color: #B89D6D;
}
</style>
background-color css
<style>
a { background-color: #B89D6D; }
a { background-color: rgb(184,157,109); }
div.DivClassName
{
background-color: #B89D6D;
}
.BgClassName
{
background-color: #B89D6D;
}
</style>
border-color css
<style>
span { border-color: #B89D6D; }
span { border-color: rgb(184,157,109); }
td.TdClassName
{
border-color: #B89D6D;
}
.TagClassName
{
border-color: #B89D6D;
}
</style>