Shades of Puce #BE808D
Tints of Puce #BE808D
RGB
CMYK
RGB Variations
Color information
#BE808D (or 0xBE808D) is known color: Puce. HEX triplet: BE, 80 and 8D. RGB value is (190,128,141). Sum of RGB (Red+Green+Blue) = 190+128+141=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE808D is #417F72. Grayscale: #949494. Windows color (decimal): -4292467 or 9273534. OLE color: 9273534.
HSL color Cylindrical-coordinate representation of color #BE808D: hue angle of 347.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE808D is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 141 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.25 |
| HSL | 347.42º | 0.32% | 0.62% | - |
| HSV(B) | 347.42º | 0.33% | 0.75% | - |
| XYZ | 33.76 | 28.31 | 28.88 | - |
| YUV | 148.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 141 | 0 | 0.33 | 0.26 | 0.25 | 347.42 | 0.32 | 0.62 |
| Hex | BE | 80 | 8D | 0 | 21 | 1A | 19 | 15B | 20 | 3E |
| Octal | 276 | 200 | 215 | 0 | 41 | 32 | 31 | 533 | 40 | 76 |
| Binary | 10111110 | 10000000 | 10001101 | 0 | 100001 | 11010 | 11001 | 101011011 | 100000 | 111110 |
Color Harmonies of #BE808D
Complementary color
Monochromatic Colors of #BE808D
Black with #BE808D
Text Example
Text Example
White with #BE808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE808D; }
p { color: rgb(190,128,141); }
H1.HeaderClassName
{
color: #BE808D;
}
.AnyTagClassName
{
color: #BE808D;
}
</style>
background-color css
<style>
a { background-color: #BE808D; }
a { background-color: rgb(190,128,141); }
div.DivClassName
{
background-color: #BE808D;
}
.BgClassName
{
background-color: #BE808D;
}
</style>
border-color css
<style>
span { border-color: #BE808D; }
span { border-color: rgb(190,128,141); }
td.TdClassName
{
border-color: #BE808D;
}
.TagClassName
{
border-color: #BE808D;
}
</style>