Shades of Pale Taupe #B89E7A
Tints of Pale Taupe #B89E7A
RGB
CMYK
RGB Variations
Color information
#B89E7A (or 0xB89E7A) is known color: Pale Taupe. HEX triplet: B8, 9E and 7A. RGB value is (184,158,122). Sum of RGB (Red+Green+Blue) = 184+158+122=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E7A is #476185. Grayscale: #A1A1A1. Windows color (decimal): -4678022 or 8036024. OLE color: 8036024.
HSL color Cylindrical-coordinate representation of color #B89E7A: hue angle of 34.84º 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 #B89E7A is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 122 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.28 |
| HSL | 34.84º | 0.3% | 0.6% | - |
| HSV(B) | 34.84º | 0.34% | 0.72% | - |
| XYZ | 35.51 | 36.05 | 23.5 | - |
| YUV | 161.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 122 | 0 | 0.14 | 0.34 | 0.28 | 34.84 | 0.3 | 0.6 |
| Hex | B8 | 9E | 7A | 0 | E | 22 | 1C | 23 | 1E | 3C |
| Octal | 270 | 236 | 172 | 0 | 16 | 42 | 34 | 43 | 36 | 74 |
| Binary | 10111000 | 10011110 | 1111010 | 0 | 1110 | 100010 | 11100 | 100011 | 11110 | 111100 |
Color Harmonies of #B89E7A
Complementary color
Monochromatic Colors of #B89E7A
Black with #B89E7A
Text Example
Text Example
White with #B89E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89E7A; }
p { color: rgb(184,158,122); }
H1.HeaderClassName
{
color: #B89E7A;
}
.AnyTagClassName
{
color: #B89E7A;
}
</style>
background-color css
<style>
a { background-color: #B89E7A; }
a { background-color: rgb(184,158,122); }
div.DivClassName
{
background-color: #B89E7A;
}
.BgClassName
{
background-color: #B89E7A;
}
</style>
border-color css
<style>
span { border-color: #B89E7A; }
span { border-color: rgb(184,158,122); }
td.TdClassName
{
border-color: #B89E7A;
}
.TagClassName
{
border-color: #B89E7A;
}
</style>