Shades of Pale Taupe #B89382
Tints of Pale Taupe #B89382
RGB
CMYK
RGB Variations
Color information
#B89382 (or 0xB89382) is known color: Pale Taupe. HEX triplet: B8, 93 and 82. RGB value is (184,147,130). Sum of RGB (Red+Green+Blue) = 184+147+130=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B89382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89382 is #476C7D. Grayscale: #9C9C9C. Windows color (decimal): -4680830 or 8557496. OLE color: 8557496.
HSL color Cylindrical-coordinate representation of color #B89382: hue angle of 18.89º 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 #B89382 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 130 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.28 |
| HSL | 18.89º | 0.28% | 0.62% | - |
| HSV(B) | 18.89º | 0.29% | 0.72% | - |
| XYZ | 34.23 | 32.67 | 25.62 | - |
| YUV | 156.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 130 | 0 | 0.20 | 0.29 | 0.28 | 18.89 | 0.28 | 0.62 |
| Hex | B8 | 93 | 82 | 0 | 14 | 1D | 1C | 13 | 1C | 3E |
| Octal | 270 | 223 | 202 | 0 | 24 | 35 | 34 | 23 | 34 | 76 |
| Binary | 10111000 | 10010011 | 10000010 | 0 | 10100 | 11101 | 11100 | 10011 | 11100 | 111110 |
Color Harmonies of #B89382
Complementary color
Monochromatic Colors of #B89382
Black with #B89382
Text Example
Text Example
White with #B89382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89382; }
p { color: rgb(184,147,130); }
H1.HeaderClassName
{
color: #B89382;
}
.AnyTagClassName
{
color: #B89382;
}
</style>
background-color css
<style>
a { background-color: #B89382; }
a { background-color: rgb(184,147,130); }
div.DivClassName
{
background-color: #B89382;
}
.BgClassName
{
background-color: #B89382;
}
</style>
border-color css
<style>
span { border-color: #B89382; }
span { border-color: rgb(184,147,130); }
td.TdClassName
{
border-color: #B89382;
}
.TagClassName
{
border-color: #B89382;
}
</style>