Shades of Pale Taupe #B49E8A
Tints of Pale Taupe #B49E8A
RGB
CMYK
RGB Variations
Color information
#B49E8A (or 0xB49E8A) is known color: Pale Taupe. HEX triplet: B4, 9E and 8A. RGB value is (180,158,138). Sum of RGB (Red+Green+Blue) = 180+158+138=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E8A is #4B6175. Grayscale: #A2A2A2. Windows color (decimal): -4940150 or 9084596. OLE color: 9084596.
HSL color Cylindrical-coordinate representation of color #B49E8A: hue angle of 28.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B49E8A is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 158 | 138 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.29 |
| HSL | 28.57º | 0.22% | 0.62% | - |
| HSV(B) | 28.57º | 0.23% | 0.71% | - |
| XYZ | 35.64 | 35.99 | 29.11 | - |
| YUV | 162.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 138 | 0 | 0.12 | 0.23 | 0.29 | 28.57 | 0.22 | 0.62 |
| Hex | B4 | 9E | 8A | 0 | C | 17 | 1D | 1D | 16 | 3E |
| Octal | 264 | 236 | 212 | 0 | 14 | 27 | 35 | 35 | 26 | 76 |
| Binary | 10110100 | 10011110 | 10001010 | 0 | 1100 | 10111 | 11101 | 11101 | 10110 | 111110 |
Color Harmonies of #B49E8A
Complementary color
Monochromatic Colors of #B49E8A
Black with #B49E8A
Text Example
Text Example
White with #B49E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49E8A; }
p { color: rgb(180,158,138); }
H1.HeaderClassName
{
color: #B49E8A;
}
.AnyTagClassName
{
color: #B49E8A;
}
</style>
background-color css
<style>
a { background-color: #B49E8A; }
a { background-color: rgb(180,158,138); }
div.DivClassName
{
background-color: #B49E8A;
}
.BgClassName
{
background-color: #B49E8A;
}
</style>
border-color css
<style>
span { border-color: #B49E8A; }
span { border-color: rgb(180,158,138); }
td.TdClassName
{
border-color: #B49E8A;
}
.TagClassName
{
border-color: #B49E8A;
}
</style>