Shades of Pale Taupe #B89982
Tints of Pale Taupe #B89982
RGB
CMYK
RGB Variations
Color information
#B89982 (or 0xB89982) is known color: Pale Taupe. HEX triplet: B8, 99 and 82. RGB value is (184,153,130). Sum of RGB (Red+Green+Blue) = 184+153+130=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B89982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89982 is #47667D. Grayscale: #9F9F9F. Windows color (decimal): -4679294 or 8559032. OLE color: 8559032.
HSL color Cylindrical-coordinate representation of color #B89982: hue angle of 25.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89982 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 130 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.28 |
| HSL | 25.56º | 0.28% | 0.62% | - |
| HSV(B) | 25.56º | 0.29% | 0.72% | - |
| XYZ | 35.19 | 34.58 | 25.94 | - |
| YUV | 159.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 130 | 0 | 0.17 | 0.29 | 0.28 | 25.56 | 0.28 | 0.62 |
| Hex | B8 | 99 | 82 | 0 | 11 | 1D | 1C | 1A | 1C | 3E |
| Octal | 270 | 231 | 202 | 0 | 21 | 35 | 34 | 32 | 34 | 76 |
| Binary | 10111000 | 10011001 | 10000010 | 0 | 10001 | 11101 | 11100 | 11010 | 11100 | 111110 |
Color Harmonies of #B89982
Complementary color
Monochromatic Colors of #B89982
Black with #B89982
Text Example
Text Example
White with #B89982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89982; }
p { color: rgb(184,153,130); }
H1.HeaderClassName
{
color: #B89982;
}
.AnyTagClassName
{
color: #B89982;
}
</style>
background-color css
<style>
a { background-color: #B89982; }
a { background-color: rgb(184,153,130); }
div.DivClassName
{
background-color: #B89982;
}
.BgClassName
{
background-color: #B89982;
}
</style>
border-color css
<style>
span { border-color: #B89982; }
span { border-color: rgb(184,153,130); }
td.TdClassName
{
border-color: #B89982;
}
.TagClassName
{
border-color: #B89982;
}
</style>