Shades of Pale Taupe #B89C7C
Tints of Pale Taupe #B89C7C
RGB
CMYK
RGB Variations
Color information
#B89C7C (or 0xB89C7C) is known color: Pale Taupe. HEX triplet: B8, 9C and 7C. RGB value is (184,156,124). Sum of RGB (Red+Green+Blue) = 184+156+124=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C7C is #476383. Grayscale: #A0A0A0. Windows color (decimal): -4678532 or 8166584. OLE color: 8166584.
HSL color Cylindrical-coordinate representation of color #B89C7C: hue angle of 32º 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 #B89C7C is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 124 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.28 |
| HSL | 32º | 0.3% | 0.6% | - |
| HSV(B) | 32º | 0.33% | 0.72% | - |
| XYZ | 35.29 | 35.42 | 24.05 | - |
| YUV | 160.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 124 | 0 | 0.15 | 0.33 | 0.28 | 32 | 0.3 | 0.6 |
| Hex | B8 | 9C | 7C | 0 | F | 21 | 1C | 20 | 1E | 3C |
| Octal | 270 | 234 | 174 | 0 | 17 | 41 | 34 | 40 | 36 | 74 |
| Binary | 10111000 | 10011100 | 1111100 | 0 | 1111 | 100001 | 11100 | 100000 | 11110 | 111100 |
Color Harmonies of #B89C7C
Complementary color
Monochromatic Colors of #B89C7C
Black with #B89C7C
Text Example
Text Example
White with #B89C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C7C; }
p { color: rgb(184,156,124); }
H1.HeaderClassName
{
color: #B89C7C;
}
.AnyTagClassName
{
color: #B89C7C;
}
</style>
background-color css
<style>
a { background-color: #B89C7C; }
a { background-color: rgb(184,156,124); }
div.DivClassName
{
background-color: #B89C7C;
}
.BgClassName
{
background-color: #B89C7C;
}
</style>
border-color css
<style>
span { border-color: #B89C7C; }
span { border-color: rgb(184,156,124); }
td.TdClassName
{
border-color: #B89C7C;
}
.TagClassName
{
border-color: #B89C7C;
}
</style>