Shades of Fallow #B89469
Tints of Fallow #B89469
RGB
CMYK
RGB Variations
Color information
#B89469 (or 0xB89469) is known color: Fallow. HEX triplet: B8, 94 and 69. RGB value is (184,148,105). Sum of RGB (Red+Green+Blue) = 184+148+105=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B89469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89469 is #476B96. Grayscale: #9A9A9A. Windows color (decimal): -4680599 or 6919352. OLE color: 6919352.
HSL color Cylindrical-coordinate representation of color #B89469: hue angle of 32.66º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B89469 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 105 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.28 |
| HSL | 32.66º | 0.36% | 0.57% | - |
| HSV(B) | 32.66º | 0.43% | 0.72% | - |
| XYZ | 32.91 | 32.39 | 17.88 | - |
| YUV | 153.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 105 | 0 | 0.20 | 0.43 | 0.28 | 32.66 | 0.36 | 0.57 |
| Hex | B8 | 94 | 69 | 0 | 14 | 2B | 1C | 21 | 24 | 39 |
| Octal | 270 | 224 | 151 | 0 | 24 | 53 | 34 | 41 | 44 | 71 |
| Binary | 10111000 | 10010100 | 1101001 | 0 | 10100 | 101011 | 11100 | 100001 | 100100 | 111001 |
Color Harmonies of #B89469
Complementary color
Monochromatic Colors of #B89469
Black with #B89469
Text Example
Text Example
White with #B89469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89469; }
p { color: rgb(184,148,105); }
H1.HeaderClassName
{
color: #B89469;
}
.AnyTagClassName
{
color: #B89469;
}
</style>
background-color css
<style>
a { background-color: #B89469; }
a { background-color: rgb(184,148,105); }
div.DivClassName
{
background-color: #B89469;
}
.BgClassName
{
background-color: #B89469;
}
</style>
border-color css
<style>
span { border-color: #B89469; }
span { border-color: rgb(184,148,105); }
td.TdClassName
{
border-color: #B89469;
}
.TagClassName
{
border-color: #B89469;
}
</style>