Shades of Fallow #B89C68
Tints of Fallow #B89C68
RGB
CMYK
RGB Variations
Color information
#B89C68 (or 0xB89C68) is known color: Fallow. HEX triplet: B8, 9C and 68. RGB value is (184,156,104). Sum of RGB (Red+Green+Blue) = 184+156+104=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C68 is #476397. Grayscale: #9E9E9E. Windows color (decimal): -4678552 or 6855864. OLE color: 6855864.
HSL color Cylindrical-coordinate representation of color #B89C68: hue angle of 39º 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 #B89C68 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 104 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.28 |
| HSL | 39º | 0.36% | 0.56% | - |
| HSV(B) | 39º | 0.43% | 0.72% | - |
| XYZ | 34.15 | 34.97 | 18.05 | - |
| YUV | 158.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 104 | 0 | 0.15 | 0.43 | 0.28 | 39 | 0.36 | 0.56 |
| Hex | B8 | 9C | 68 | 0 | F | 2B | 1C | 27 | 24 | 38 |
| Octal | 270 | 234 | 150 | 0 | 17 | 53 | 34 | 47 | 44 | 70 |
| Binary | 10111000 | 10011100 | 1101000 | 0 | 1111 | 101011 | 11100 | 100111 | 100100 | 111000 |
Color Harmonies of #B89C68
Complementary color
Monochromatic Colors of #B89C68
Black with #B89C68
Text Example
Text Example
White with #B89C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C68; }
p { color: rgb(184,156,104); }
H1.HeaderClassName
{
color: #B89C68;
}
.AnyTagClassName
{
color: #B89C68;
}
</style>
background-color css
<style>
a { background-color: #B89C68; }
a { background-color: rgb(184,156,104); }
div.DivClassName
{
background-color: #B89C68;
}
.BgClassName
{
background-color: #B89C68;
}
</style>
border-color css
<style>
span { border-color: #B89C68; }
span { border-color: rgb(184,156,104); }
td.TdClassName
{
border-color: #B89C68;
}
.TagClassName
{
border-color: #B89C68;
}
</style>