Shades of Pale Taupe #B8A085
Tints of Pale Taupe #B8A085
RGB
CMYK
RGB Variations
Color information
#B8A085 (or 0xB8A085) is known color: Pale Taupe. HEX triplet: B8, A0 and 85. RGB value is (184,160,133). Sum of RGB (Red+Green+Blue) = 184+160+133=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A085 is #475F7A. Grayscale: #A4A4A4. Windows color (decimal): -4677499 or 8757432. OLE color: 8757432.
HSL color Cylindrical-coordinate representation of color #B8A085: hue angle of 31.76º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8A085 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 133 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.28 |
| HSL | 31.76º | 0.26% | 0.62% | - |
| HSV(B) | 31.76º | 0.28% | 0.72% | - |
| XYZ | 36.57 | 37.03 | 27.41 | - |
| YUV | 164.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 133 | 0 | 0.13 | 0.28 | 0.28 | 31.76 | 0.26 | 0.62 |
| Hex | B8 | A0 | 85 | 0 | D | 1C | 1C | 20 | 1A | 3E |
| Octal | 270 | 240 | 205 | 0 | 15 | 34 | 34 | 40 | 32 | 76 |
| Binary | 10111000 | 10100000 | 10000101 | 0 | 1101 | 11100 | 11100 | 100000 | 11010 | 111110 |
Color Harmonies of #B8A085
Complementary color
Monochromatic Colors of #B8A085
Black with #B8A085
Text Example
Text Example
White with #B8A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A085; }
p { color: rgb(184,160,133); }
H1.HeaderClassName
{
color: #B8A085;
}
.AnyTagClassName
{
color: #B8A085;
}
</style>
background-color css
<style>
a { background-color: #B8A085; }
a { background-color: rgb(184,160,133); }
div.DivClassName
{
background-color: #B8A085;
}
.BgClassName
{
background-color: #B8A085;
}
</style>
border-color css
<style>
span { border-color: #B8A085; }
span { border-color: rgb(184,160,133); }
td.TdClassName
{
border-color: #B8A085;
}
.TagClassName
{
border-color: #B8A085;
}
</style>