Shades of Puce #BE8890
Tints of Puce #BE8890
RGB
CMYK
RGB Variations
Color information
#BE8890 (or 0xBE8890) is known color: Puce. HEX triplet: BE, 88 and 90. RGB value is (190,136,144). Sum of RGB (Red+Green+Blue) = 190+136+144=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8890 is #41776F. Grayscale: #999999. Windows color (decimal): -4290416 or 9472190. OLE color: 9472190.
HSL color Cylindrical-coordinate representation of color #BE8890: hue angle of 351.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE8890 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 144 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.25 |
| HSL | 351.11º | 0.29% | 0.64% | - |
| HSV(B) | 351.11º | 0.28% | 0.75% | - |
| XYZ | 35.07 | 30.57 | 30.44 | - |
| YUV | 153.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 144 | 0 | 0.28 | 0.24 | 0.25 | 351.11 | 0.29 | 0.64 |
| Hex | BE | 88 | 90 | 0 | 1C | 18 | 19 | 15F | 1D | 40 |
| Octal | 276 | 210 | 220 | 0 | 34 | 30 | 31 | 537 | 35 | 100 |
| Binary | 10111110 | 10001000 | 10010000 | 0 | 11100 | 11000 | 11001 | 101011111 | 11101 | 1000000 |
Color Harmonies of #BE8890
Complementary color
Monochromatic Colors of #BE8890
Black with #BE8890
Text Example
Text Example
White with #BE8890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8890; }
p { color: rgb(190,136,144); }
H1.HeaderClassName
{
color: #BE8890;
}
.AnyTagClassName
{
color: #BE8890;
}
</style>
background-color css
<style>
a { background-color: #BE8890; }
a { background-color: rgb(190,136,144); }
div.DivClassName
{
background-color: #BE8890;
}
.BgClassName
{
background-color: #BE8890;
}
</style>
border-color css
<style>
span { border-color: #BE8890; }
span { border-color: rgb(190,136,144); }
td.TdClassName
{
border-color: #BE8890;
}
.TagClassName
{
border-color: #BE8890;
}
</style>