Shades of Fallow #B89167
Tints of Fallow #B89167
RGB
CMYK
RGB Variations
Color information
#B89167 (or 0xB89167) is known color: Fallow. HEX triplet: B8, 91 and 67. RGB value is (184,145,103). Sum of RGB (Red+Green+Blue) = 184+145+103=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B89167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89167 is #476E98. Grayscale: #989898. Windows color (decimal): -4681369 or 6787512. OLE color: 6787512.
HSL color Cylindrical-coordinate representation of color #B89167: hue angle of 31.11º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B89167 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 103 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.28 |
| HSL | 31.11º | 0.36% | 0.56% | - |
| HSV(B) | 31.11º | 0.44% | 0.72% | - |
| XYZ | 32.34 | 31.42 | 17.19 | - |
| YUV | 151.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 103 | 0 | 0.21 | 0.44 | 0.28 | 31.11 | 0.36 | 0.56 |
| Hex | B8 | 91 | 67 | 0 | 15 | 2C | 1C | 1F | 24 | 38 |
| Octal | 270 | 221 | 147 | 0 | 25 | 54 | 34 | 37 | 44 | 70 |
| Binary | 10111000 | 10010001 | 1100111 | 0 | 10101 | 101100 | 11100 | 11111 | 100100 | 111000 |
Color Harmonies of #B89167
Complementary color
Monochromatic Colors of #B89167
Black with #B89167
Text Example
Text Example
White with #B89167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89167; }
p { color: rgb(184,145,103); }
H1.HeaderClassName
{
color: #B89167;
}
.AnyTagClassName
{
color: #B89167;
}
</style>
background-color css
<style>
a { background-color: #B89167; }
a { background-color: rgb(184,145,103); }
div.DivClassName
{
background-color: #B89167;
}
.BgClassName
{
background-color: #B89167;
}
</style>
border-color css
<style>
span { border-color: #B89167; }
span { border-color: rgb(184,145,103); }
td.TdClassName
{
border-color: #B89167;
}
.TagClassName
{
border-color: #B89167;
}
</style>