Shades of Fallow #B89672
Tints of Fallow #B89672
RGB
CMYK
RGB Variations
Color information
#B89672 (or 0xB89672) is known color: Fallow. HEX triplet: B8, 96 and 72. RGB value is (184,150,114). Sum of RGB (Red+Green+Blue) = 184+150+114=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B89672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89672 is #47698D. Grayscale: #9C9C9C. Windows color (decimal): -4680078 or 7509688. OLE color: 7509688.
HSL color Cylindrical-coordinate representation of color #B89672: hue angle of 30.86º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B89672 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 114 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.28 |
| HSL | 30.86º | 0.33% | 0.58% | - |
| HSV(B) | 30.86º | 0.38% | 0.72% | - |
| XYZ | 33.71 | 33.22 | 20.55 | - |
| YUV | 156.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 114 | 0 | 0.18 | 0.38 | 0.28 | 30.86 | 0.33 | 0.58 |
| Hex | B8 | 96 | 72 | 0 | 12 | 26 | 1C | 1F | 21 | 3A |
| Octal | 270 | 226 | 162 | 0 | 22 | 46 | 34 | 37 | 41 | 72 |
| Binary | 10111000 | 10010110 | 1110010 | 0 | 10010 | 100110 | 11100 | 11111 | 100001 | 111010 |
Color Harmonies of #B89672
Complementary color
Monochromatic Colors of #B89672
Black with #B89672
Text Example
Text Example
White with #B89672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89672; }
p { color: rgb(184,150,114); }
H1.HeaderClassName
{
color: #B89672;
}
.AnyTagClassName
{
color: #B89672;
}
</style>
background-color css
<style>
a { background-color: #B89672; }
a { background-color: rgb(184,150,114); }
div.DivClassName
{
background-color: #B89672;
}
.BgClassName
{
background-color: #B89672;
}
</style>
border-color css
<style>
span { border-color: #B89672; }
span { border-color: rgb(184,150,114); }
td.TdClassName
{
border-color: #B89672;
}
.TagClassName
{
border-color: #B89672;
}
</style>