Shades of Pale Taupe #B89A7E
Tints of Pale Taupe #B89A7E
RGB
CMYK
RGB Variations
Color information
#B89A7E (or 0xB89A7E) is known color: Pale Taupe. HEX triplet: B8, 9A and 7E. RGB value is (184,154,126). Sum of RGB (Red+Green+Blue) = 184+154+126=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A7E is #476581. Grayscale: #9F9F9F. Windows color (decimal): -4679042 or 8297144. OLE color: 8297144.
HSL color Cylindrical-coordinate representation of color #B89A7E: hue angle of 28.97º 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 #B89A7E is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 126 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.28 |
| HSL | 28.97º | 0.29% | 0.61% | - |
| HSV(B) | 28.97º | 0.32% | 0.72% | - |
| XYZ | 35.09 | 34.81 | 24.61 | - |
| YUV | 159.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 126 | 0 | 0.16 | 0.32 | 0.28 | 28.97 | 0.29 | 0.61 |
| Hex | B8 | 9A | 7E | 0 | 10 | 20 | 1C | 1D | 1D | 3D |
| Octal | 270 | 232 | 176 | 0 | 20 | 40 | 34 | 35 | 35 | 75 |
| Binary | 10111000 | 10011010 | 1111110 | 0 | 10000 | 100000 | 11100 | 11101 | 11101 | 111101 |
Color Harmonies of #B89A7E
Complementary color
Monochromatic Colors of #B89A7E
Black with #B89A7E
Text Example
Text Example
White with #B89A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A7E; }
p { color: rgb(184,154,126); }
H1.HeaderClassName
{
color: #B89A7E;
}
.AnyTagClassName
{
color: #B89A7E;
}
</style>
background-color css
<style>
a { background-color: #B89A7E; }
a { background-color: rgb(184,154,126); }
div.DivClassName
{
background-color: #B89A7E;
}
.BgClassName
{
background-color: #B89A7E;
}
</style>
border-color css
<style>
span { border-color: #B89A7E; }
span { border-color: rgb(184,154,126); }
td.TdClassName
{
border-color: #B89A7E;
}
.TagClassName
{
border-color: #B89A7E;
}
</style>