Shades of Pale Taupe #B89482
Tints of Pale Taupe #B89482
RGB
CMYK
RGB Variations
Color information
#B89482 (or 0xB89482) is known color: Pale Taupe. HEX triplet: B8, 94 and 82. RGB value is (184,148,130). Sum of RGB (Red+Green+Blue) = 184+148+130=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 184 - color contains mainly: red. Hex color #B89482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89482 is #476B7D. Grayscale: #9C9C9C. Windows color (decimal): -4680574 or 8557752. OLE color: 8557752.
HSL color Cylindrical-coordinate representation of color #B89482: hue angle of 20º 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 #B89482 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 130 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.28 |
| HSL | 20º | 0.28% | 0.62% | - |
| HSV(B) | 20º | 0.29% | 0.72% | - |
| XYZ | 34.39 | 32.98 | 25.67 | - |
| YUV | 156.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 130 | 0 | 0.20 | 0.29 | 0.28 | 20 | 0.28 | 0.62 |
| Hex | B8 | 94 | 82 | 0 | 14 | 1D | 1C | 14 | 1C | 3E |
| Octal | 270 | 224 | 202 | 0 | 24 | 35 | 34 | 24 | 34 | 76 |
| Binary | 10111000 | 10010100 | 10000010 | 0 | 10100 | 11101 | 11100 | 10100 | 11100 | 111110 |
Color Harmonies of #B89482
Complementary color
Monochromatic Colors of #B89482
Black with #B89482
Text Example
Text Example
White with #B89482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89482; }
p { color: rgb(184,148,130); }
H1.HeaderClassName
{
color: #B89482;
}
.AnyTagClassName
{
color: #B89482;
}
</style>
background-color css
<style>
a { background-color: #B89482; }
a { background-color: rgb(184,148,130); }
div.DivClassName
{
background-color: #B89482;
}
.BgClassName
{
background-color: #B89482;
}
</style>
border-color css
<style>
span { border-color: #B89482; }
span { border-color: rgb(184,148,130); }
td.TdClassName
{
border-color: #B89482;
}
.TagClassName
{
border-color: #B89482;
}
</style>