Shades of Fallow #B89368
Tints of Fallow #B89368
RGB
CMYK
RGB Variations
Color information
#B89368 (or 0xB89368) is known color: Fallow. HEX triplet: B8, 93 and 68. RGB value is (184,147,104). Sum of RGB (Red+Green+Blue) = 184+147+104=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B89368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89368 is #476C97. Grayscale: #999999. Windows color (decimal): -4680856 or 6853560. OLE color: 6853560.
HSL color Cylindrical-coordinate representation of color #B89368: hue angle of 32.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B89368 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 104 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.28 |
| HSL | 32.25º | 0.36% | 0.56% | - |
| HSV(B) | 32.25º | 0.43% | 0.72% | - |
| XYZ | 32.7 | 32.06 | 17.56 | - |
| YUV | 153.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 104 | 0 | 0.20 | 0.43 | 0.28 | 32.25 | 0.36 | 0.56 |
| Hex | B8 | 93 | 68 | 0 | 14 | 2B | 1C | 20 | 24 | 38 |
| Octal | 270 | 223 | 150 | 0 | 24 | 53 | 34 | 40 | 44 | 70 |
| Binary | 10111000 | 10010011 | 1101000 | 0 | 10100 | 101011 | 11100 | 100000 | 100100 | 111000 |
Color Harmonies of #B89368
Complementary color
Monochromatic Colors of #B89368
Black with #B89368
Text Example
Text Example
White with #B89368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89368; }
p { color: rgb(184,147,104); }
H1.HeaderClassName
{
color: #B89368;
}
.AnyTagClassName
{
color: #B89368;
}
</style>
background-color css
<style>
a { background-color: #B89368; }
a { background-color: rgb(184,147,104); }
div.DivClassName
{
background-color: #B89368;
}
.BgClassName
{
background-color: #B89368;
}
</style>
border-color css
<style>
span { border-color: #B89368; }
span { border-color: rgb(184,147,104); }
td.TdClassName
{
border-color: #B89368;
}
.TagClassName
{
border-color: #B89368;
}
</style>