Shades of Puce #BE848C
Tints of Puce #BE848C
RGB
CMYK
RGB Variations
Color information
#BE848C (or 0xBE848C) is known color: Puce. HEX triplet: BE, 84 and 8C. RGB value is (190,132,140). Sum of RGB (Red+Green+Blue) = 190+132+140=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE848C is #417B73. Grayscale: #969696. Windows color (decimal): -4291444 or 9209022. OLE color: 9209022.
HSL color Cylindrical-coordinate representation of color #BE848C: hue angle of 351.72º 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 #BE848C is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 140 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.25 |
| HSL | 351.72º | 0.31% | 0.63% | - |
| HSV(B) | 351.72º | 0.31% | 0.75% | - |
| XYZ | 34.22 | 29.34 | 28.67 | - |
| YUV | 150.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 140 | 0 | 0.31 | 0.26 | 0.25 | 351.72 | 0.31 | 0.63 |
| Hex | BE | 84 | 8C | 0 | 1F | 1A | 19 | 160 | 1F | 3F |
| Octal | 276 | 204 | 214 | 0 | 37 | 32 | 31 | 540 | 37 | 77 |
| Binary | 10111110 | 10000100 | 10001100 | 0 | 11111 | 11010 | 11001 | 101100000 | 11111 | 111111 |
Color Harmonies of #BE848C
Complementary color
Monochromatic Colors of #BE848C
Black with #BE848C
Text Example
Text Example
White with #BE848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE848C; }
p { color: rgb(190,132,140); }
H1.HeaderClassName
{
color: #BE848C;
}
.AnyTagClassName
{
color: #BE848C;
}
</style>
background-color css
<style>
a { background-color: #BE848C; }
a { background-color: rgb(190,132,140); }
div.DivClassName
{
background-color: #BE848C;
}
.BgClassName
{
background-color: #BE848C;
}
</style>
border-color css
<style>
span { border-color: #BE848C; }
span { border-color: rgb(190,132,140); }
td.TdClassName
{
border-color: #BE848C;
}
.TagClassName
{
border-color: #BE848C;
}
</style>