Shades of Pale Taupe #B88E7A
Tints of Pale Taupe #B88E7A
RGB
CMYK
RGB Variations
Color information
#B88E7A (or 0xB88E7A) is known color: Pale Taupe. HEX triplet: B8, 8E and 7A. RGB value is (184,142,122). Sum of RGB (Red+Green+Blue) = 184+142+122=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E7A is #477185. Grayscale: #989898. Windows color (decimal): -4682118 or 8031928. OLE color: 8031928.
HSL color Cylindrical-coordinate representation of color #B88E7A: hue angle of 19.35º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B88E7A is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 122 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.28 |
| HSL | 19.35º | 0.3% | 0.6% | - |
| HSV(B) | 19.35º | 0.34% | 0.72% | - |
| XYZ | 32.95 | 30.94 | 22.65 | - |
| YUV | 152.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 122 | 0 | 0.23 | 0.34 | 0.28 | 19.35 | 0.3 | 0.6 |
| Hex | B8 | 8E | 7A | 0 | 17 | 22 | 1C | 13 | 1E | 3C |
| Octal | 270 | 216 | 172 | 0 | 27 | 42 | 34 | 23 | 36 | 74 |
| Binary | 10111000 | 10001110 | 1111010 | 0 | 10111 | 100010 | 11100 | 10011 | 11110 | 111100 |
Color Harmonies of #B88E7A
Complementary color
Monochromatic Colors of #B88E7A
Black with #B88E7A
Text Example
Text Example
White with #B88E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E7A; }
p { color: rgb(184,142,122); }
H1.HeaderClassName
{
color: #B88E7A;
}
.AnyTagClassName
{
color: #B88E7A;
}
</style>
background-color css
<style>
a { background-color: #B88E7A; }
a { background-color: rgb(184,142,122); }
div.DivClassName
{
background-color: #B88E7A;
}
.BgClassName
{
background-color: #B88E7A;
}
</style>
border-color css
<style>
span { border-color: #B88E7A; }
span { border-color: rgb(184,142,122); }
td.TdClassName
{
border-color: #B88E7A;
}
.TagClassName
{
border-color: #B88E7A;
}
</style>