Shades of Puce #BE848D
Tints of Puce #BE848D
RGB
CMYK
RGB Variations
Color information
#BE848D (or 0xBE848D) is known color: Puce. HEX triplet: BE, 84 and 8D. RGB value is (190,132,141). Sum of RGB (Red+Green+Blue) = 190+132+141=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE848D is #417B72. Grayscale: #969696. Windows color (decimal): -4291443 or 9274558. OLE color: 9274558.
HSL color Cylindrical-coordinate representation of color #BE848D: hue angle of 350.69º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE848D is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 141 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.25 |
| HSL | 350.69º | 0.31% | 0.63% | - |
| HSV(B) | 350.69º | 0.31% | 0.75% | - |
| XYZ | 34.29 | 29.37 | 29.06 | - |
| YUV | 150.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 141 | 0 | 0.31 | 0.26 | 0.25 | 350.69 | 0.31 | 0.63 |
| Hex | BE | 84 | 8D | 0 | 1F | 1A | 19 | 15F | 1F | 3F |
| Octal | 276 | 204 | 215 | 0 | 37 | 32 | 31 | 537 | 37 | 77 |
| Binary | 10111110 | 10000100 | 10001101 | 0 | 11111 | 11010 | 11001 | 101011111 | 11111 | 111111 |
Color Harmonies of #BE848D
Complementary color
Monochromatic Colors of #BE848D
Black with #BE848D
Text Example
Text Example
White with #BE848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE848D; }
p { color: rgb(190,132,141); }
H1.HeaderClassName
{
color: #BE848D;
}
.AnyTagClassName
{
color: #BE848D;
}
</style>
background-color css
<style>
a { background-color: #BE848D; }
a { background-color: rgb(190,132,141); }
div.DivClassName
{
background-color: #BE848D;
}
.BgClassName
{
background-color: #BE848D;
}
</style>
border-color css
<style>
span { border-color: #BE848D; }
span { border-color: rgb(190,132,141); }
td.TdClassName
{
border-color: #BE848D;
}
.TagClassName
{
border-color: #BE848D;
}
</style>