Shades of Puce #BE8390
Tints of Puce #BE8390
RGB
CMYK
RGB Variations
Color information
#BE8390 (or 0xBE8390) is known color: Puce. HEX triplet: BE, 83 and 90. RGB value is (190,131,144). Sum of RGB (Red+Green+Blue) = 190+131+144=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8390 is #417C6F. Grayscale: #969696. Windows color (decimal): -4291696 or 9470910. OLE color: 9470910.
HSL color Cylindrical-coordinate representation of color #BE8390: hue angle of 346.78º 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 #BE8390 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 144 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.25 |
| HSL | 346.78º | 0.31% | 0.63% | - |
| HSV(B) | 346.78º | 0.31% | 0.75% | - |
| XYZ | 34.39 | 29.19 | 30.21 | - |
| YUV | 150.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 144 | 0 | 0.31 | 0.24 | 0.25 | 346.78 | 0.31 | 0.63 |
| Hex | BE | 83 | 90 | 0 | 1F | 18 | 19 | 15B | 1F | 3F |
| Octal | 276 | 203 | 220 | 0 | 37 | 30 | 31 | 533 | 37 | 77 |
| Binary | 10111110 | 10000011 | 10010000 | 0 | 11111 | 11000 | 11001 | 101011011 | 11111 | 111111 |
Color Harmonies of #BE8390
Complementary color
Monochromatic Colors of #BE8390
Black with #BE8390
Text Example
Text Example
White with #BE8390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8390; }
p { color: rgb(190,131,144); }
H1.HeaderClassName
{
color: #BE8390;
}
.AnyTagClassName
{
color: #BE8390;
}
</style>
background-color css
<style>
a { background-color: #BE8390; }
a { background-color: rgb(190,131,144); }
div.DivClassName
{
background-color: #BE8390;
}
.BgClassName
{
background-color: #BE8390;
}
</style>
border-color css
<style>
span { border-color: #BE8390; }
span { border-color: rgb(190,131,144); }
td.TdClassName
{
border-color: #BE8390;
}
.TagClassName
{
border-color: #BE8390;
}
</style>