Shades of Pale Taupe #B89C85
Tints of Pale Taupe #B89C85
RGB
CMYK
RGB Variations
Color information
#B89C85 (or 0xB89C85) is known color: Pale Taupe. HEX triplet: B8, 9C and 85. RGB value is (184,156,133). Sum of RGB (Red+Green+Blue) = 184+156+133=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C85 is #47637A. Grayscale: #A1A1A1. Windows color (decimal): -4678523 or 8756408. OLE color: 8756408.
HSL color Cylindrical-coordinate representation of color #B89C85: hue angle of 27.06º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89C85 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 133 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.28 |
| HSL | 27.06º | 0.26% | 0.62% | - |
| HSV(B) | 27.06º | 0.28% | 0.72% | - |
| XYZ | 35.89 | 35.66 | 27.18 | - |
| YUV | 161.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 133 | 0 | 0.15 | 0.28 | 0.28 | 27.06 | 0.26 | 0.62 |
| Hex | B8 | 9C | 85 | 0 | F | 1C | 1C | 1B | 1A | 3E |
| Octal | 270 | 234 | 205 | 0 | 17 | 34 | 34 | 33 | 32 | 76 |
| Binary | 10111000 | 10011100 | 10000101 | 0 | 1111 | 11100 | 11100 | 11011 | 11010 | 111110 |
Color Harmonies of #B89C85
Complementary color
Monochromatic Colors of #B89C85
Black with #B89C85
Text Example
Text Example
White with #B89C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C85; }
p { color: rgb(184,156,133); }
H1.HeaderClassName
{
color: #B89C85;
}
.AnyTagClassName
{
color: #B89C85;
}
</style>
background-color css
<style>
a { background-color: #B89C85; }
a { background-color: rgb(184,156,133); }
div.DivClassName
{
background-color: #B89C85;
}
.BgClassName
{
background-color: #B89C85;
}
</style>
border-color css
<style>
span { border-color: #B89C85; }
span { border-color: rgb(184,156,133); }
td.TdClassName
{
border-color: #B89C85;
}
.TagClassName
{
border-color: #B89C85;
}
</style>