Shades of Fallow #B89C6C
Tints of Fallow #B89C6C
RGB
CMYK
RGB Variations
Color information
#B89C6C (or 0xB89C6C) is known color: Fallow. HEX triplet: B8, 9C and 6C. RGB value is (184,156,108). Sum of RGB (Red+Green+Blue) = 184+156+108=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C6C is #476393. Grayscale: #9F9F9F. Windows color (decimal): -4678548 or 7118008. OLE color: 7118008.
HSL color Cylindrical-coordinate representation of color #B89C6C: hue angle of 37.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B89C6C is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 108 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.28 |
| HSL | 37.89º | 0.35% | 0.57% | - |
| HSV(B) | 37.89º | 0.41% | 0.72% | - |
| XYZ | 34.36 | 35.05 | 19.14 | - |
| YUV | 158.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 108 | 0 | 0.15 | 0.41 | 0.28 | 37.89 | 0.35 | 0.57 |
| Hex | B8 | 9C | 6C | 0 | F | 29 | 1C | 26 | 23 | 39 |
| Octal | 270 | 234 | 154 | 0 | 17 | 51 | 34 | 46 | 43 | 71 |
| Binary | 10111000 | 10011100 | 1101100 | 0 | 1111 | 101001 | 11100 | 100110 | 100011 | 111001 |
Color Harmonies of #B89C6C
Complementary color
Monochromatic Colors of #B89C6C
Black with #B89C6C
Text Example
Text Example
White with #B89C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C6C; }
p { color: rgb(184,156,108); }
H1.HeaderClassName
{
color: #B89C6C;
}
.AnyTagClassName
{
color: #B89C6C;
}
</style>
background-color css
<style>
a { background-color: #B89C6C; }
a { background-color: rgb(184,156,108); }
div.DivClassName
{
background-color: #B89C6C;
}
.BgClassName
{
background-color: #B89C6C;
}
</style>
border-color css
<style>
span { border-color: #B89C6C; }
span { border-color: rgb(184,156,108); }
td.TdClassName
{
border-color: #B89C6C;
}
.TagClassName
{
border-color: #B89C6C;
}
</style>