Shades of Pale Taupe #B89281
Tints of Pale Taupe #B89281
RGB
CMYK
RGB Variations
Color information
#B89281 (or 0xB89281) is known color: Pale Taupe. HEX triplet: B8, 92 and 81. RGB value is (184,146,129). Sum of RGB (Red+Green+Blue) = 184+146+129=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B89281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89281 is #476D7E. Grayscale: #9B9B9B. Windows color (decimal): -4681087 or 8491704. OLE color: 8491704.
HSL color Cylindrical-coordinate representation of color #B89281: hue angle of 18.55º 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 #B89281 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 129 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.28 |
| HSL | 18.55º | 0.28% | 0.61% | - |
| HSV(B) | 18.55º | 0.3% | 0.72% | - |
| XYZ | 34.01 | 32.33 | 25.22 | - |
| YUV | 155.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 129 | 0 | 0.21 | 0.30 | 0.28 | 18.55 | 0.28 | 0.61 |
| Hex | B8 | 92 | 81 | 0 | 15 | 1E | 1C | 13 | 1C | 3D |
| Octal | 270 | 222 | 201 | 0 | 25 | 36 | 34 | 23 | 34 | 75 |
| Binary | 10111000 | 10010010 | 10000001 | 0 | 10101 | 11110 | 11100 | 10011 | 11100 | 111101 |
Color Harmonies of #B89281
Complementary color
Monochromatic Colors of #B89281
Black with #B89281
Text Example
Text Example
White with #B89281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89281; }
p { color: rgb(184,146,129); }
H1.HeaderClassName
{
color: #B89281;
}
.AnyTagClassName
{
color: #B89281;
}
</style>
background-color css
<style>
a { background-color: #B89281; }
a { background-color: rgb(184,146,129); }
div.DivClassName
{
background-color: #B89281;
}
.BgClassName
{
background-color: #B89281;
}
</style>
border-color css
<style>
span { border-color: #B89281; }
span { border-color: rgb(184,146,129); }
td.TdClassName
{
border-color: #B89281;
}
.TagClassName
{
border-color: #B89281;
}
</style>