Shades of Pale Taupe #B69E84
Tints of Pale Taupe #B69E84
RGB
CMYK
RGB Variations
Color information
#B69E84 (or 0xB69E84) is known color: Pale Taupe. HEX triplet: B6, 9E and 84. RGB value is (182,158,132). Sum of RGB (Red+Green+Blue) = 182+158+132=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69E84 is #49617B. Grayscale: #A2A2A2. Windows color (decimal): -4809084 or 8691382. OLE color: 8691382.
HSL color Cylindrical-coordinate representation of color #B69E84: hue angle of 31.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B69E84 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 158 | 132 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.29 |
| HSL | 31.2º | 0.26% | 0.62% | - |
| HSV(B) | 31.2º | 0.27% | 0.71% | - |
| XYZ | 35.68 | 36.06 | 26.91 | - |
| YUV | 162.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 158 | 132 | 0 | 0.13 | 0.27 | 0.29 | 31.2 | 0.26 | 0.62 |
| Hex | B6 | 9E | 84 | 0 | D | 1B | 1D | 1F | 1A | 3E |
| Octal | 266 | 236 | 204 | 0 | 15 | 33 | 35 | 37 | 32 | 76 |
| Binary | 10110110 | 10011110 | 10000100 | 0 | 1101 | 11011 | 11101 | 11111 | 11010 | 111110 |
Color Harmonies of #B69E84
Complementary color
Monochromatic Colors of #B69E84
Black with #B69E84
Text Example
Text Example
White with #B69E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69E84; }
p { color: rgb(182,158,132); }
H1.HeaderClassName
{
color: #B69E84;
}
.AnyTagClassName
{
color: #B69E84;
}
</style>
background-color css
<style>
a { background-color: #B69E84; }
a { background-color: rgb(182,158,132); }
div.DivClassName
{
background-color: #B69E84;
}
.BgClassName
{
background-color: #B69E84;
}
</style>
border-color css
<style>
span { border-color: #B69E84; }
span { border-color: rgb(182,158,132); }
td.TdClassName
{
border-color: #B69E84;
}
.TagClassName
{
border-color: #B69E84;
}
</style>