Shades of Fallow #B89C75
Tints of Fallow #B89C75
RGB
CMYK
RGB Variations
Color information
#B89C75 (or 0xB89C75) is known color: Fallow. HEX triplet: B8, 9C and 75. RGB value is (184,156,117). Sum of RGB (Red+Green+Blue) = 184+156+117=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C75 is #47638A. Grayscale: #A0A0A0. Windows color (decimal): -4678539 or 7707832. OLE color: 7707832.
HSL color Cylindrical-coordinate representation of color #B89C75: hue angle of 34.93º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B89C75 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 117 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.28 |
| HSL | 34.93º | 0.32% | 0.59% | - |
| HSV(B) | 34.93º | 0.36% | 0.72% | - |
| XYZ | 34.87 | 35.25 | 21.8 | - |
| YUV | 159.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 117 | 0 | 0.15 | 0.36 | 0.28 | 34.93 | 0.32 | 0.59 |
| Hex | B8 | 9C | 75 | 0 | F | 24 | 1C | 23 | 20 | 3B |
| Octal | 270 | 234 | 165 | 0 | 17 | 44 | 34 | 43 | 40 | 73 |
| Binary | 10111000 | 10011100 | 1110101 | 0 | 1111 | 100100 | 11100 | 100011 | 100000 | 111011 |
Color Harmonies of #B89C75
Complementary color
Monochromatic Colors of #B89C75
Black with #B89C75
Text Example
Text Example
White with #B89C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C75; }
p { color: rgb(184,156,117); }
H1.HeaderClassName
{
color: #B89C75;
}
.AnyTagClassName
{
color: #B89C75;
}
</style>
background-color css
<style>
a { background-color: #B89C75; }
a { background-color: rgb(184,156,117); }
div.DivClassName
{
background-color: #B89C75;
}
.BgClassName
{
background-color: #B89C75;
}
</style>
border-color css
<style>
span { border-color: #B89C75; }
span { border-color: rgb(184,156,117); }
td.TdClassName
{
border-color: #B89C75;
}
.TagClassName
{
border-color: #B89C75;
}
</style>