Shades of Pale Taupe #B89E7E
Tints of Pale Taupe #B89E7E
RGB
CMYK
RGB Variations
Color information
#B89E7E (or 0xB89E7E) is known color: Pale Taupe. HEX triplet: B8, 9E and 7E. RGB value is (184,158,126). Sum of RGB (Red+Green+Blue) = 184+158+126=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E7E is #476181. Grayscale: #A2A2A2. Windows color (decimal): -4678018 or 8298168. OLE color: 8298168.
HSL color Cylindrical-coordinate representation of color #B89E7E: hue angle of 33.1º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B89E7E is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 126 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.28 |
| HSL | 33.1º | 0.29% | 0.61% | - |
| HSV(B) | 33.1º | 0.32% | 0.72% | - |
| XYZ | 35.76 | 36.15 | 24.83 | - |
| YUV | 162.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 126 | 0 | 0.14 | 0.32 | 0.28 | 33.1 | 0.29 | 0.61 |
| Hex | B8 | 9E | 7E | 0 | E | 20 | 1C | 21 | 1D | 3D |
| Octal | 270 | 236 | 176 | 0 | 16 | 40 | 34 | 41 | 35 | 75 |
| Binary | 10111000 | 10011110 | 1111110 | 0 | 1110 | 100000 | 11100 | 100001 | 11101 | 111101 |
Color Harmonies of #B89E7E
Complementary color
Monochromatic Colors of #B89E7E
Black with #B89E7E
Text Example
Text Example
White with #B89E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89E7E; }
p { color: rgb(184,158,126); }
H1.HeaderClassName
{
color: #B89E7E;
}
.AnyTagClassName
{
color: #B89E7E;
}
</style>
background-color css
<style>
a { background-color: #B89E7E; }
a { background-color: rgb(184,158,126); }
div.DivClassName
{
background-color: #B89E7E;
}
.BgClassName
{
background-color: #B89E7E;
}
</style>
border-color css
<style>
span { border-color: #B89E7E; }
span { border-color: rgb(184,158,126); }
td.TdClassName
{
border-color: #B89E7E;
}
.TagClassName
{
border-color: #B89E7E;
}
</style>