Shades of Fallow #B89B6F
Tints of Fallow #B89B6F
RGB
CMYK
RGB Variations
Color information
#B89B6F (or 0xB89B6F) is known color: Fallow. HEX triplet: B8, 9B and 6F. RGB value is (184,155,111). Sum of RGB (Red+Green+Blue) = 184+155+111=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B6F is #476490. Grayscale: #9E9E9E. Windows color (decimal): -4678801 or 7314360. OLE color: 7314360.
HSL color Cylindrical-coordinate representation of color #B89B6F: hue angle of 36.16º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B89B6F is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 111 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.28 |
| HSL | 36.16º | 0.34% | 0.58% | - |
| HSV(B) | 36.16º | 0.4% | 0.72% | - |
| XYZ | 34.36 | 34.78 | 19.94 | - |
| YUV | 158.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 111 | 0 | 0.16 | 0.40 | 0.28 | 36.16 | 0.34 | 0.58 |
| Hex | B8 | 9B | 6F | 0 | 10 | 28 | 1C | 24 | 22 | 3A |
| Octal | 270 | 233 | 157 | 0 | 20 | 50 | 34 | 44 | 42 | 72 |
| Binary | 10111000 | 10011011 | 1101111 | 0 | 10000 | 101000 | 11100 | 100100 | 100010 | 111010 |
Color Harmonies of #B89B6F
Complementary color
Monochromatic Colors of #B89B6F
Black with #B89B6F
Text Example
Text Example
White with #B89B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B6F; }
p { color: rgb(184,155,111); }
H1.HeaderClassName
{
color: #B89B6F;
}
.AnyTagClassName
{
color: #B89B6F;
}
</style>
background-color css
<style>
a { background-color: #B89B6F; }
a { background-color: rgb(184,155,111); }
div.DivClassName
{
background-color: #B89B6F;
}
.BgClassName
{
background-color: #B89B6F;
}
</style>
border-color css
<style>
span { border-color: #B89B6F; }
span { border-color: rgb(184,155,111); }
td.TdClassName
{
border-color: #B89B6F;
}
.TagClassName
{
border-color: #B89B6F;
}
</style>