Shades of Pale Taupe #B49D84
Tints of Pale Taupe #B49D84
RGB
CMYK
RGB Variations
Color information
#B49D84 (or 0xB49D84) is known color: Pale Taupe. HEX triplet: B4, 9D and 84. RGB value is (180,157,132). Sum of RGB (Red+Green+Blue) = 180+157+132=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D84 is #4B627B. Grayscale: #A1A1A1. Windows color (decimal): -4940412 or 8691124. OLE color: 8691124.
HSL color Cylindrical-coordinate representation of color #B49D84: hue angle of 31.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B49D84 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 132 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.29 |
| HSL | 31.25º | 0.24% | 0.61% | - |
| HSV(B) | 31.25º | 0.27% | 0.71% | - |
| XYZ | 35.04 | 35.48 | 26.83 | - |
| YUV | 161.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 132 | 0 | 0.13 | 0.27 | 0.29 | 31.25 | 0.24 | 0.61 |
| Hex | B4 | 9D | 84 | 0 | D | 1B | 1D | 1F | 18 | 3D |
| Octal | 264 | 235 | 204 | 0 | 15 | 33 | 35 | 37 | 30 | 75 |
| Binary | 10110100 | 10011101 | 10000100 | 0 | 1101 | 11011 | 11101 | 11111 | 11000 | 111101 |
Color Harmonies of #B49D84
Complementary color
Monochromatic Colors of #B49D84
Black with #B49D84
Text Example
Text Example
White with #B49D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D84; }
p { color: rgb(180,157,132); }
H1.HeaderClassName
{
color: #B49D84;
}
.AnyTagClassName
{
color: #B49D84;
}
</style>
background-color css
<style>
a { background-color: #B49D84; }
a { background-color: rgb(180,157,132); }
div.DivClassName
{
background-color: #B49D84;
}
.BgClassName
{
background-color: #B49D84;
}
</style>
border-color css
<style>
span { border-color: #B49D84; }
span { border-color: rgb(180,157,132); }
td.TdClassName
{
border-color: #B49D84;
}
.TagClassName
{
border-color: #B49D84;
}
</style>