Shades of Puce #BE7F8D
Tints of Puce #BE7F8D
RGB
CMYK
RGB Variations
Color information
#BE7F8D (or 0xBE7F8D) is known color: Puce. HEX triplet: BE, 7F and 8D. RGB value is (190,127,141). Sum of RGB (Red+Green+Blue) = 190+127+141=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F8D is #418072. Grayscale: #939393. Windows color (decimal): -4292723 or 9273278. OLE color: 9273278.
HSL color Cylindrical-coordinate representation of color #BE7F8D: hue angle of 346.67º degrees, saturation: 0.33, 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 #BE7F8D is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 141 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.25 |
| HSL | 346.67º | 0.33% | 0.62% | - |
| HSV(B) | 346.67º | 0.33% | 0.75% | - |
| XYZ | 33.63 | 28.05 | 28.84 | - |
| YUV | 147.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 141 | 0 | 0.33 | 0.26 | 0.25 | 346.67 | 0.33 | 0.62 |
| Hex | BE | 7F | 8D | 0 | 21 | 1A | 19 | 15B | 21 | 3E |
| Octal | 276 | 177 | 215 | 0 | 41 | 32 | 31 | 533 | 41 | 76 |
| Binary | 10111110 | 1111111 | 10001101 | 0 | 100001 | 11010 | 11001 | 101011011 | 100001 | 111110 |
Color Harmonies of #BE7F8D
Complementary color
Monochromatic Colors of #BE7F8D
Black with #BE7F8D
Text Example
Text Example
White with #BE7F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F8D; }
p { color: rgb(190,127,141); }
H1.HeaderClassName
{
color: #BE7F8D;
}
.AnyTagClassName
{
color: #BE7F8D;
}
</style>
background-color css
<style>
a { background-color: #BE7F8D; }
a { background-color: rgb(190,127,141); }
div.DivClassName
{
background-color: #BE7F8D;
}
.BgClassName
{
background-color: #BE7F8D;
}
</style>
border-color css
<style>
span { border-color: #BE7F8D; }
span { border-color: rgb(190,127,141); }
td.TdClassName
{
border-color: #BE7F8D;
}
.TagClassName
{
border-color: #BE7F8D;
}
</style>