Shades of Pale Taupe #B8A07E
Tints of Pale Taupe #B8A07E
RGB
CMYK
RGB Variations
Color information
#B8A07E (or 0xB8A07E) is known color: Pale Taupe. HEX triplet: B8, A0 and 7E. RGB value is (184,160,126). Sum of RGB (Red+Green+Blue) = 184+160+126=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A07E is #475F81. Grayscale: #A3A3A3. Windows color (decimal): -4677506 or 8298680. OLE color: 8298680.
HSL color Cylindrical-coordinate representation of color #B8A07E: hue angle of 35.17º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8A07E is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 126 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.28 |
| HSL | 35.17º | 0.29% | 0.61% | - |
| HSV(B) | 35.17º | 0.32% | 0.72% | - |
| XYZ | 36.1 | 36.84 | 24.95 | - |
| YUV | 163.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 126 | 0 | 0.13 | 0.32 | 0.28 | 35.17 | 0.29 | 0.61 |
| Hex | B8 | A0 | 7E | 0 | D | 20 | 1C | 23 | 1D | 3D |
| Octal | 270 | 240 | 176 | 0 | 15 | 40 | 34 | 43 | 35 | 75 |
| Binary | 10111000 | 10100000 | 1111110 | 0 | 1101 | 100000 | 11100 | 100011 | 11101 | 111101 |
Color Harmonies of #B8A07E
Complementary color
Monochromatic Colors of #B8A07E
Black with #B8A07E
Text Example
Text Example
White with #B8A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A07E; }
p { color: rgb(184,160,126); }
H1.HeaderClassName
{
color: #B8A07E;
}
.AnyTagClassName
{
color: #B8A07E;
}
</style>
background-color css
<style>
a { background-color: #B8A07E; }
a { background-color: rgb(184,160,126); }
div.DivClassName
{
background-color: #B8A07E;
}
.BgClassName
{
background-color: #B8A07E;
}
</style>
border-color css
<style>
span { border-color: #B8A07E; }
span { border-color: rgb(184,160,126); }
td.TdClassName
{
border-color: #B8A07E;
}
.TagClassName
{
border-color: #B8A07E;
}
</style>