Shades of Pale Taupe #BE907C
Tints of Pale Taupe #BE907C
RGB
CMYK
RGB Variations
Color information
#BE907C (or 0xBE907C) is known color: Pale Taupe. HEX triplet: BE, 90 and 7C. RGB value is (190,144,124). Sum of RGB (Red+Green+Blue) = 190+144+124=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE907C is #416F83. Grayscale: #9B9B9B. Windows color (decimal): -4288388 or 8163518. OLE color: 8163518.
HSL color Cylindrical-coordinate representation of color #BE907C: hue angle of 18.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE907C is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 124 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.25 |
| HSL | 18.18º | 0.34% | 0.62% | - |
| HSV(B) | 18.18º | 0.35% | 0.75% | - |
| XYZ | 34.85 | 32.35 | 23.48 | - |
| YUV | 155.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 124 | 0 | 0.24 | 0.35 | 0.25 | 18.18 | 0.34 | 0.62 |
| Hex | BE | 90 | 7C | 0 | 18 | 23 | 19 | 12 | 22 | 3E |
| Octal | 276 | 220 | 174 | 0 | 30 | 43 | 31 | 22 | 42 | 76 |
| Binary | 10111110 | 10010000 | 1111100 | 0 | 11000 | 100011 | 11001 | 10010 | 100010 | 111110 |
Color Harmonies of #BE907C
Complementary color
Monochromatic Colors of #BE907C
Black with #BE907C
Text Example
Text Example
White with #BE907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE907C; }
p { color: rgb(190,144,124); }
H1.HeaderClassName
{
color: #BE907C;
}
.AnyTagClassName
{
color: #BE907C;
}
</style>
background-color css
<style>
a { background-color: #BE907C; }
a { background-color: rgb(190,144,124); }
div.DivClassName
{
background-color: #BE907C;
}
.BgClassName
{
background-color: #BE907C;
}
</style>
border-color css
<style>
span { border-color: #BE907C; }
span { border-color: rgb(190,144,124); }
td.TdClassName
{
border-color: #BE907C;
}
.TagClassName
{
border-color: #BE907C;
}
</style>