Shades of Fallow #B89069
Tints of Fallow #B89069
RGB
CMYK
RGB Variations
Color information
#B89069 (or 0xB89069) is known color: Fallow. HEX triplet: B8, 90 and 69. RGB value is (184,144,105). Sum of RGB (Red+Green+Blue) = 184+144+105=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89069 is #476F96. Grayscale: #979797. Windows color (decimal): -4681623 or 6918328. OLE color: 6918328.
HSL color Cylindrical-coordinate representation of color #B89069: hue angle of 29.62º 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 #B89069 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 105 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.28 |
| HSL | 29.62º | 0.36% | 0.57% | - |
| HSV(B) | 29.62º | 0.43% | 0.72% | - |
| XYZ | 32.29 | 31.16 | 17.68 | - |
| YUV | 151.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 105 | 0 | 0.22 | 0.43 | 0.28 | 29.62 | 0.36 | 0.57 |
| Hex | B8 | 90 | 69 | 0 | 16 | 2B | 1C | 1E | 24 | 39 |
| Octal | 270 | 220 | 151 | 0 | 26 | 53 | 34 | 36 | 44 | 71 |
| Binary | 10111000 | 10010000 | 1101001 | 0 | 10110 | 101011 | 11100 | 11110 | 100100 | 111001 |
Color Harmonies of #B89069
Complementary color
Monochromatic Colors of #B89069
Black with #B89069
Text Example
Text Example
White with #B89069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89069; }
p { color: rgb(184,144,105); }
H1.HeaderClassName
{
color: #B89069;
}
.AnyTagClassName
{
color: #B89069;
}
</style>
background-color css
<style>
a { background-color: #B89069; }
a { background-color: rgb(184,144,105); }
div.DivClassName
{
background-color: #B89069;
}
.BgClassName
{
background-color: #B89069;
}
</style>
border-color css
<style>
span { border-color: #B89069; }
span { border-color: rgb(184,144,105); }
td.TdClassName
{
border-color: #B89069;
}
.TagClassName
{
border-color: #B89069;
}
</style>