Shades of Pale Taupe #BE8F71
Tints of Pale Taupe #BE8F71
RGB
CMYK
RGB Variations
Color information
#BE8F71 (or 0xBE8F71) is known color: Pale Taupe. HEX triplet: BE, 8F and 71. RGB value is (190,143,113). Sum of RGB (Red+Green+Blue) = 190+143+113=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F71 is #41708E. Grayscale: #999999. Windows color (decimal): -4288655 or 7442366. OLE color: 7442366.
HSL color Cylindrical-coordinate representation of color #BE8F71: hue angle of 23.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8F71 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 113 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.25 |
| HSL | 23.38º | 0.37% | 0.59% | - |
| HSV(B) | 23.38º | 0.41% | 0.75% | - |
| XYZ | 34.04 | 31.78 | 19.96 | - |
| YUV | 153.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 113 | 0 | 0.25 | 0.41 | 0.25 | 23.38 | 0.37 | 0.59 |
| Hex | BE | 8F | 71 | 0 | 19 | 29 | 19 | 17 | 25 | 3B |
| Octal | 276 | 217 | 161 | 0 | 31 | 51 | 31 | 27 | 45 | 73 |
| Binary | 10111110 | 10001111 | 1110001 | 0 | 11001 | 101001 | 11001 | 10111 | 100101 | 111011 |
Color Harmonies of #BE8F71
Complementary color
Monochromatic Colors of #BE8F71
Black with #BE8F71
Text Example
Text Example
White with #BE8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F71; }
p { color: rgb(190,143,113); }
H1.HeaderClassName
{
color: #BE8F71;
}
.AnyTagClassName
{
color: #BE8F71;
}
</style>
background-color css
<style>
a { background-color: #BE8F71; }
a { background-color: rgb(190,143,113); }
div.DivClassName
{
background-color: #BE8F71;
}
.BgClassName
{
background-color: #BE8F71;
}
</style>
border-color css
<style>
span { border-color: #BE8F71; }
span { border-color: rgb(190,143,113); }
td.TdClassName
{
border-color: #BE8F71;
}
.TagClassName
{
border-color: #BE8F71;
}
</style>