Shades of Pale Taupe #B89985
Tints of Pale Taupe #B89985
RGB
CMYK
RGB Variations
Color information
#B89985 (or 0xB89985) is known color: Pale Taupe. HEX triplet: B8, 99 and 85. RGB value is (184,153,133). Sum of RGB (Red+Green+Blue) = 184+153+133=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B89985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89985 is #47667A. Grayscale: #A0A0A0. Windows color (decimal): -4679291 or 8755640. OLE color: 8755640.
HSL color Cylindrical-coordinate representation of color #B89985: hue angle of 23.53º 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 #B89985 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 133 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.28 |
| HSL | 23.53º | 0.26% | 0.62% | - |
| HSV(B) | 23.53º | 0.28% | 0.72% | - |
| XYZ | 35.39 | 34.67 | 27.02 | - |
| YUV | 159.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 133 | 0 | 0.17 | 0.28 | 0.28 | 23.53 | 0.26 | 0.62 |
| Hex | B8 | 99 | 85 | 0 | 11 | 1C | 1C | 18 | 1A | 3E |
| Octal | 270 | 231 | 205 | 0 | 21 | 34 | 34 | 30 | 32 | 76 |
| Binary | 10111000 | 10011001 | 10000101 | 0 | 10001 | 11100 | 11100 | 11000 | 11010 | 111110 |
Color Harmonies of #B89985
Complementary color
Monochromatic Colors of #B89985
Black with #B89985
Text Example
Text Example
White with #B89985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89985; }
p { color: rgb(184,153,133); }
H1.HeaderClassName
{
color: #B89985;
}
.AnyTagClassName
{
color: #B89985;
}
</style>
background-color css
<style>
a { background-color: #B89985; }
a { background-color: rgb(184,153,133); }
div.DivClassName
{
background-color: #B89985;
}
.BgClassName
{
background-color: #B89985;
}
</style>
border-color css
<style>
span { border-color: #B89985; }
span { border-color: rgb(184,153,133); }
td.TdClassName
{
border-color: #B89985;
}
.TagClassName
{
border-color: #B89985;
}
</style>