Shades of Pale Taupe #B89C7E
Tints of Pale Taupe #B89C7E
RGB
CMYK
RGB Variations
Color information
#B89C7E (or 0xB89C7E) is known color: Pale Taupe. HEX triplet: B8, 9C and 7E. RGB value is (184,156,126). Sum of RGB (Red+Green+Blue) = 184+156+126=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C7E is #476381. Grayscale: #A1A1A1. Windows color (decimal): -4678530 or 8297656. OLE color: 8297656.
HSL color Cylindrical-coordinate representation of color #B89C7E: hue angle of 31.03º 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 #B89C7E is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 126 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.28 |
| HSL | 31.03º | 0.29% | 0.61% | - |
| HSV(B) | 31.03º | 0.32% | 0.72% | - |
| XYZ | 35.42 | 35.47 | 24.72 | - |
| YUV | 160.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 126 | 0 | 0.15 | 0.32 | 0.28 | 31.03 | 0.29 | 0.61 |
| Hex | B8 | 9C | 7E | 0 | F | 20 | 1C | 1F | 1D | 3D |
| Octal | 270 | 234 | 176 | 0 | 17 | 40 | 34 | 37 | 35 | 75 |
| Binary | 10111000 | 10011100 | 1111110 | 0 | 1111 | 100000 | 11100 | 11111 | 11101 | 111101 |
Color Harmonies of #B89C7E
Complementary color
Monochromatic Colors of #B89C7E
Black with #B89C7E
Text Example
Text Example
White with #B89C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C7E; }
p { color: rgb(184,156,126); }
H1.HeaderClassName
{
color: #B89C7E;
}
.AnyTagClassName
{
color: #B89C7E;
}
</style>
background-color css
<style>
a { background-color: #B89C7E; }
a { background-color: rgb(184,156,126); }
div.DivClassName
{
background-color: #B89C7E;
}
.BgClassName
{
background-color: #B89C7E;
}
</style>
border-color css
<style>
span { border-color: #B89C7E; }
span { border-color: rgb(184,156,126); }
td.TdClassName
{
border-color: #B89C7E;
}
.TagClassName
{
border-color: #B89C7E;
}
</style>