Shades of Pale Taupe #B89F88
Tints of Pale Taupe #B89F88
RGB
CMYK
RGB Variations
Color information
#B89F88 (or 0xB89F88) is known color: Pale Taupe. HEX triplet: B8, 9F and 88. RGB value is (184,159,136). Sum of RGB (Red+Green+Blue) = 184+159+136=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89F88 is #476077. Grayscale: #A3A3A3. Windows color (decimal): -4677752 or 8953784. OLE color: 8953784.
HSL color Cylindrical-coordinate representation of color #B89F88: hue angle of 28.75º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89F88 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 136 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.28 |
| HSL | 28.75º | 0.25% | 0.63% | - |
| HSV(B) | 28.75º | 0.26% | 0.72% | - |
| XYZ | 36.61 | 36.76 | 28.46 | - |
| YUV | 163.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 136 | 0 | 0.14 | 0.26 | 0.28 | 28.75 | 0.25 | 0.63 |
| Hex | B8 | 9F | 88 | 0 | E | 1A | 1C | 1D | 19 | 3F |
| Octal | 270 | 237 | 210 | 0 | 16 | 32 | 34 | 35 | 31 | 77 |
| Binary | 10111000 | 10011111 | 10001000 | 0 | 1110 | 11010 | 11100 | 11101 | 11001 | 111111 |
Color Harmonies of #B89F88
Complementary color
Monochromatic Colors of #B89F88
Black with #B89F88
Text Example
Text Example
White with #B89F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F88; }
p { color: rgb(184,159,136); }
H1.HeaderClassName
{
color: #B89F88;
}
.AnyTagClassName
{
color: #B89F88;
}
</style>
background-color css
<style>
a { background-color: #B89F88; }
a { background-color: rgb(184,159,136); }
div.DivClassName
{
background-color: #B89F88;
}
.BgClassName
{
background-color: #B89F88;
}
</style>
border-color css
<style>
span { border-color: #B89F88; }
span { border-color: rgb(184,159,136); }
td.TdClassName
{
border-color: #B89F88;
}
.TagClassName
{
border-color: #B89F88;
}
</style>