Shades of Pale Taupe #B8937F
Tints of Pale Taupe #B8937F
RGB
CMYK
RGB Variations
Color information
#B8937F (or 0xB8937F) is known color: Pale Taupe. HEX triplet: B8, 93 and 7F. RGB value is (184,147,127). Sum of RGB (Red+Green+Blue) = 184+147+127=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8937F is #476C80. Grayscale: #9B9B9B. Windows color (decimal): -4680833 or 8360888. OLE color: 8360888.
HSL color Cylindrical-coordinate representation of color #B8937F: hue angle of 21.05º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8937F is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 127 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.28 |
| HSL | 21.05º | 0.29% | 0.61% | - |
| HSV(B) | 21.05º | 0.31% | 0.72% | - |
| XYZ | 34.03 | 32.59 | 24.58 | - |
| YUV | 155.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 127 | 0 | 0.20 | 0.31 | 0.28 | 21.05 | 0.29 | 0.61 |
| Hex | B8 | 93 | 7F | 0 | 14 | 1F | 1C | 15 | 1D | 3D |
| Octal | 270 | 223 | 177 | 0 | 24 | 37 | 34 | 25 | 35 | 75 |
| Binary | 10111000 | 10010011 | 1111111 | 0 | 10100 | 11111 | 11100 | 10101 | 11101 | 111101 |
Color Harmonies of #B8937F
Complementary color
Monochromatic Colors of #B8937F
Black with #B8937F
Text Example
Text Example
White with #B8937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8937F; }
p { color: rgb(184,147,127); }
H1.HeaderClassName
{
color: #B8937F;
}
.AnyTagClassName
{
color: #B8937F;
}
</style>
background-color css
<style>
a { background-color: #B8937F; }
a { background-color: rgb(184,147,127); }
div.DivClassName
{
background-color: #B8937F;
}
.BgClassName
{
background-color: #B8937F;
}
</style>
border-color css
<style>
span { border-color: #B8937F; }
span { border-color: rgb(184,147,127); }
td.TdClassName
{
border-color: #B8937F;
}
.TagClassName
{
border-color: #B8937F;
}
</style>