Shades of Pale Taupe #B89380
Tints of Pale Taupe #B89380
RGB
CMYK
RGB Variations
Color information
#B89380 (or 0xB89380) is known color: Pale Taupe. HEX triplet: B8, 93 and 80. RGB value is (184,147,128). Sum of RGB (Red+Green+Blue) = 184+147+128=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B89380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89380 is #476C7F. Grayscale: #9C9C9C. Windows color (decimal): -4680832 or 8426424. OLE color: 8426424.
HSL color Cylindrical-coordinate representation of color #B89380: hue angle of 20.36º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89380 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 128 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.28 |
| HSL | 20.36º | 0.28% | 0.61% | - |
| HSV(B) | 20.36º | 0.3% | 0.72% | - |
| XYZ | 34.1 | 32.62 | 24.92 | - |
| YUV | 155.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 128 | 0 | 0.20 | 0.30 | 0.28 | 20.36 | 0.28 | 0.61 |
| Hex | B8 | 93 | 80 | 0 | 14 | 1E | 1C | 14 | 1C | 3D |
| Octal | 270 | 223 | 200 | 0 | 24 | 36 | 34 | 24 | 34 | 75 |
| Binary | 10111000 | 10010011 | 10000000 | 0 | 10100 | 11110 | 11100 | 10100 | 11100 | 111101 |
Color Harmonies of #B89380
Complementary color
Monochromatic Colors of #B89380
Black with #B89380
Text Example
Text Example
White with #B89380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89380; }
p { color: rgb(184,147,128); }
H1.HeaderClassName
{
color: #B89380;
}
.AnyTagClassName
{
color: #B89380;
}
</style>
background-color css
<style>
a { background-color: #B89380; }
a { background-color: rgb(184,147,128); }
div.DivClassName
{
background-color: #B89380;
}
.BgClassName
{
background-color: #B89380;
}
</style>
border-color css
<style>
span { border-color: #B89380; }
span { border-color: rgb(184,147,128); }
td.TdClassName
{
border-color: #B89380;
}
.TagClassName
{
border-color: #B89380;
}
</style>