Shades of Pale Taupe #BE907D
Tints of Pale Taupe #BE907D
RGB
CMYK
RGB Variations
Color information
#BE907D (or 0xBE907D) is known color: Pale Taupe. HEX triplet: BE, 90 and 7D. RGB value is (190,144,125). Sum of RGB (Red+Green+Blue) = 190+144+125=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE907D is #416F82. Grayscale: #9B9B9B. Windows color (decimal): -4288387 or 8229054. OLE color: 8229054.
HSL color Cylindrical-coordinate representation of color #BE907D: hue angle of 17.54º 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 #BE907D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 125 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.25 |
| HSL | 17.54º | 0.33% | 0.62% | - |
| HSV(B) | 17.54º | 0.34% | 0.75% | - |
| XYZ | 34.91 | 32.37 | 23.81 | - |
| YUV | 155.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 125 | 0 | 0.24 | 0.34 | 0.25 | 17.54 | 0.33 | 0.62 |
| Hex | BE | 90 | 7D | 0 | 18 | 22 | 19 | 12 | 21 | 3E |
| Octal | 276 | 220 | 175 | 0 | 30 | 42 | 31 | 22 | 41 | 76 |
| Binary | 10111110 | 10010000 | 1111101 | 0 | 11000 | 100010 | 11001 | 10010 | 100001 | 111110 |
Color Harmonies of #BE907D
Complementary color
Monochromatic Colors of #BE907D
Black with #BE907D
Text Example
Text Example
White with #BE907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE907D; }
p { color: rgb(190,144,125); }
H1.HeaderClassName
{
color: #BE907D;
}
.AnyTagClassName
{
color: #BE907D;
}
</style>
background-color css
<style>
a { background-color: #BE907D; }
a { background-color: rgb(190,144,125); }
div.DivClassName
{
background-color: #BE907D;
}
.BgClassName
{
background-color: #BE907D;
}
</style>
border-color css
<style>
span { border-color: #BE907D; }
span { border-color: rgb(190,144,125); }
td.TdClassName
{
border-color: #BE907D;
}
.TagClassName
{
border-color: #BE907D;
}
</style>