Shades of Pale Taupe #BE987D
Tints of Pale Taupe #BE987D
RGB
CMYK
RGB Variations
Color information
#BE987D (or 0xBE987D) is known color: Pale Taupe. HEX triplet: BE, 98 and 7D. RGB value is (190,152,125). Sum of RGB (Red+Green+Blue) = 190+152+125=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE987D is #416782. Grayscale: #A0A0A0. Windows color (decimal): -4286339 or 8231102. OLE color: 8231102.
HSL color Cylindrical-coordinate representation of color #BE987D: hue angle of 24.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE987D is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 125 | - |
| CMYK | 0 | 0.2 | 0.34 | 0.25 |
| HSL | 24.92º | 0.33% | 0.62% | - |
| HSV(B) | 24.92º | 0.34% | 0.75% | - |
| XYZ | 36.17 | 34.88 | 24.23 | - |
| YUV | 160.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 125 | 0 | 0.2 | 0.34 | 0.25 | 24.92 | 0.33 | 0.62 |
| Hex | BE | 98 | 7D | 0 | 14 | 22 | 19 | 19 | 21 | 3E |
| Octal | 276 | 230 | 175 | 0 | 24 | 42 | 31 | 31 | 41 | 76 |
| Binary | 10111110 | 10011000 | 1111101 | 0 | 10100 | 100010 | 11001 | 11001 | 100001 | 111110 |
Color Harmonies of #BE987D
Complementary color
Monochromatic Colors of #BE987D
Black with #BE987D
Text Example
Text Example
White with #BE987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE987D; }
p { color: rgb(190,152,125); }
H1.HeaderClassName
{
color: #BE987D;
}
.AnyTagClassName
{
color: #BE987D;
}
</style>
background-color css
<style>
a { background-color: #BE987D; }
a { background-color: rgb(190,152,125); }
div.DivClassName
{
background-color: #BE987D;
}
.BgClassName
{
background-color: #BE987D;
}
</style>
border-color css
<style>
span { border-color: #BE987D; }
span { border-color: rgb(190,152,125); }
td.TdClassName
{
border-color: #BE987D;
}
.TagClassName
{
border-color: #BE987D;
}
</style>