Shades of Fallow #B89B6C
Tints of Fallow #B89B6C
RGB
CMYK
RGB Variations
Color information
#B89B6C (or 0xB89B6C) is known color: Fallow. HEX triplet: B8, 9B and 6C. RGB value is (184,155,108). Sum of RGB (Red+Green+Blue) = 184+155+108=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B6C is #476493. Grayscale: #9E9E9E. Windows color (decimal): -4678804 or 7117752. OLE color: 7117752.
HSL color Cylindrical-coordinate representation of color #B89B6C: hue angle of 37.11º 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 #B89B6C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 155 | 108 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.28 |
| HSL | 37.11º | 0.35% | 0.57% | - |
| HSV(B) | 37.11º | 0.41% | 0.72% | - |
| XYZ | 34.2 | 34.72 | 19.09 | - |
| YUV | 158.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 108 | 0 | 0.16 | 0.41 | 0.28 | 37.11 | 0.35 | 0.57 |
| Hex | B8 | 9B | 6C | 0 | 10 | 29 | 1C | 25 | 23 | 39 |
| Octal | 270 | 233 | 154 | 0 | 20 | 51 | 34 | 45 | 43 | 71 |
| Binary | 10111000 | 10011011 | 1101100 | 0 | 10000 | 101001 | 11100 | 100101 | 100011 | 111001 |
Color Harmonies of #B89B6C
Complementary color
Monochromatic Colors of #B89B6C
Black with #B89B6C
Text Example
Text Example
White with #B89B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89B6C; }
p { color: rgb(184,155,108); }
H1.HeaderClassName
{
color: #B89B6C;
}
.AnyTagClassName
{
color: #B89B6C;
}
</style>
background-color css
<style>
a { background-color: #B89B6C; }
a { background-color: rgb(184,155,108); }
div.DivClassName
{
background-color: #B89B6C;
}
.BgClassName
{
background-color: #B89B6C;
}
</style>
border-color css
<style>
span { border-color: #B89B6C; }
span { border-color: rgb(184,155,108); }
td.TdClassName
{
border-color: #B89B6C;
}
.TagClassName
{
border-color: #B89B6C;
}
</style>