Shades of Fallow #B49C75
Tints of Fallow #B49C75
RGB
CMYK
RGB Variations
Color information
#B49C75 (or 0xB49C75) is known color: Fallow. HEX triplet: B4, 9C and 75. RGB value is (180,156,117). Sum of RGB (Red+Green+Blue) = 180+156+117=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C75 is #4B638A. Grayscale: #9E9E9E. Windows color (decimal): -4940683 or 7707828. OLE color: 7707828.
HSL color Cylindrical-coordinate representation of color #B49C75: hue angle of 37.14º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49C75 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 117 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.29 |
| HSL | 37.14º | 0.3% | 0.58% | - |
| HSV(B) | 37.14º | 0.35% | 0.71% | - |
| XYZ | 33.92 | 34.76 | 21.75 | - |
| YUV | 158.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 117 | 0 | 0.13 | 0.35 | 0.29 | 37.14 | 0.3 | 0.58 |
| Hex | B4 | 9C | 75 | 0 | D | 23 | 1D | 25 | 1E | 3A |
| Octal | 264 | 234 | 165 | 0 | 15 | 43 | 35 | 45 | 36 | 72 |
| Binary | 10110100 | 10011100 | 1110101 | 0 | 1101 | 100011 | 11101 | 100101 | 11110 | 111010 |
Color Harmonies of #B49C75
Complementary color
Monochromatic Colors of #B49C75
Black with #B49C75
Text Example
Text Example
White with #B49C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C75; }
p { color: rgb(180,156,117); }
H1.HeaderClassName
{
color: #B49C75;
}
.AnyTagClassName
{
color: #B49C75;
}
</style>
background-color css
<style>
a { background-color: #B49C75; }
a { background-color: rgb(180,156,117); }
div.DivClassName
{
background-color: #B49C75;
}
.BgClassName
{
background-color: #B49C75;
}
</style>
border-color css
<style>
span { border-color: #B49C75; }
span { border-color: rgb(180,156,117); }
td.TdClassName
{
border-color: #B49C75;
}
.TagClassName
{
border-color: #B49C75;
}
</style>