Shades of Pale Taupe #B89C7B
Tints of Pale Taupe #B89C7B
RGB
CMYK
RGB Variations
Color information
#B89C7B (or 0xB89C7B) is known color: Pale Taupe. HEX triplet: B8, 9C and 7B. RGB value is (184,156,123). Sum of RGB (Red+Green+Blue) = 184+156+123=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C7B is #476384. Grayscale: #A0A0A0. Windows color (decimal): -4678533 or 8101048. OLE color: 8101048.
HSL color Cylindrical-coordinate representation of color #B89C7B: hue angle of 32.46º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B89C7B is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 123 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.28 |
| HSL | 32.46º | 0.3% | 0.6% | - |
| HSV(B) | 32.46º | 0.33% | 0.72% | - |
| XYZ | 35.23 | 35.4 | 23.71 | - |
| YUV | 160.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 123 | 0 | 0.15 | 0.33 | 0.28 | 32.46 | 0.3 | 0.6 |
| Hex | B8 | 9C | 7B | 0 | F | 21 | 1C | 20 | 1E | 3C |
| Octal | 270 | 234 | 173 | 0 | 17 | 41 | 34 | 40 | 36 | 74 |
| Binary | 10111000 | 10011100 | 1111011 | 0 | 1111 | 100001 | 11100 | 100000 | 11110 | 111100 |
Color Harmonies of #B89C7B
Complementary color
Monochromatic Colors of #B89C7B
Black with #B89C7B
Text Example
Text Example
White with #B89C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C7B; }
p { color: rgb(184,156,123); }
H1.HeaderClassName
{
color: #B89C7B;
}
.AnyTagClassName
{
color: #B89C7B;
}
</style>
background-color css
<style>
a { background-color: #B89C7B; }
a { background-color: rgb(184,156,123); }
div.DivClassName
{
background-color: #B89C7B;
}
.BgClassName
{
background-color: #B89C7B;
}
</style>
border-color css
<style>
span { border-color: #B89C7B; }
span { border-color: rgb(184,156,123); }
td.TdClassName
{
border-color: #B89C7B;
}
.TagClassName
{
border-color: #B89C7B;
}
</style>