Shades of Puce #BE858F
Tints of Puce #BE858F
RGB
CMYK
RGB Variations
Color information
#BE858F (or 0xBE858F) is known color: Puce. HEX triplet: BE, 85 and 8F. RGB value is (190,133,143). Sum of RGB (Red+Green+Blue) = 190+133+143=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE858F is #417A70. Grayscale: #979797. Windows color (decimal): -4291185 or 9405886. OLE color: 9405886.
HSL color Cylindrical-coordinate representation of color #BE858F: hue angle of 349.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE858F is Cyan = 0, Magento = 0.3, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 143 | - |
| CMYK | 0 | 0.3 | 0.25 | 0.25 |
| HSL | 349.47º | 0.3% | 0.63% | - |
| HSV(B) | 349.47º | 0.3% | 0.75% | - |
| XYZ | 34.58 | 29.71 | 29.9 | - |
| YUV | 151.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 143 | 0 | 0.3 | 0.25 | 0.25 | 349.47 | 0.3 | 0.63 |
| Hex | BE | 85 | 8F | 0 | 1E | 19 | 19 | 15D | 1E | 3F |
| Octal | 276 | 205 | 217 | 0 | 36 | 31 | 31 | 535 | 36 | 77 |
| Binary | 10111110 | 10000101 | 10001111 | 0 | 11110 | 11001 | 11001 | 101011101 | 11110 | 111111 |
Color Harmonies of #BE858F
Complementary color
Monochromatic Colors of #BE858F
Black with #BE858F
Text Example
Text Example
White with #BE858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE858F; }
p { color: rgb(190,133,143); }
H1.HeaderClassName
{
color: #BE858F;
}
.AnyTagClassName
{
color: #BE858F;
}
</style>
background-color css
<style>
a { background-color: #BE858F; }
a { background-color: rgb(190,133,143); }
div.DivClassName
{
background-color: #BE858F;
}
.BgClassName
{
background-color: #BE858F;
}
</style>
border-color css
<style>
span { border-color: #BE858F; }
span { border-color: rgb(190,133,143); }
td.TdClassName
{
border-color: #BE858F;
}
.TagClassName
{
border-color: #BE858F;
}
</style>