Shades of Pale Taupe #B8937E
Tints of Pale Taupe #B8937E
RGB
CMYK
RGB Variations
Color information
#B8937E (or 0xB8937E) is known color: Pale Taupe. HEX triplet: B8, 93 and 7E. RGB value is (184,147,126). Sum of RGB (Red+Green+Blue) = 184+147+126=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8937E is #476C81. Grayscale: #9B9B9B. Windows color (decimal): -4680834 or 8295352. OLE color: 8295352.
HSL color Cylindrical-coordinate representation of color #B8937E: hue angle of 21.72º 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 #B8937E is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 126 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.28 |
| HSL | 21.72º | 0.29% | 0.61% | - |
| HSV(B) | 21.72º | 0.32% | 0.72% | - |
| XYZ | 33.97 | 32.56 | 24.23 | - |
| YUV | 155.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 126 | 0 | 0.20 | 0.32 | 0.28 | 21.72 | 0.29 | 0.61 |
| Hex | B8 | 93 | 7E | 0 | 14 | 20 | 1C | 16 | 1D | 3D |
| Octal | 270 | 223 | 176 | 0 | 24 | 40 | 34 | 26 | 35 | 75 |
| Binary | 10111000 | 10010011 | 1111110 | 0 | 10100 | 100000 | 11100 | 10110 | 11101 | 111101 |
Color Harmonies of #B8937E
Complementary color
Monochromatic Colors of #B8937E
Black with #B8937E
Text Example
Text Example
White with #B8937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8937E; }
p { color: rgb(184,147,126); }
H1.HeaderClassName
{
color: #B8937E;
}
.AnyTagClassName
{
color: #B8937E;
}
</style>
background-color css
<style>
a { background-color: #B8937E; }
a { background-color: rgb(184,147,126); }
div.DivClassName
{
background-color: #B8937E;
}
.BgClassName
{
background-color: #B8937E;
}
</style>
border-color css
<style>
span { border-color: #B8937E; }
span { border-color: rgb(184,147,126); }
td.TdClassName
{
border-color: #B8937E;
}
.TagClassName
{
border-color: #B8937E;
}
</style>