Shades of Puce #BE858B
Tints of Puce #BE858B
RGB
CMYK
RGB Variations
Color information
#BE858B (or 0xBE858B) is known color: Puce. HEX triplet: BE, 85 and 8B. RGB value is (190,133,139). Sum of RGB (Red+Green+Blue) = 190+133+139=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE858B is #417A74. Grayscale: #969696. Windows color (decimal): -4291189 or 9143742. OLE color: 9143742.
HSL color Cylindrical-coordinate representation of color #BE858B: hue angle of 353.68º 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 #BE858B is Cyan = 0, Magento = 0.3, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 139 | - |
| CMYK | 0 | 0.3 | 0.27 | 0.25 |
| HSL | 353.68º | 0.3% | 0.63% | - |
| HSV(B) | 353.68º | 0.3% | 0.75% | - |
| XYZ | 34.28 | 29.59 | 28.33 | - |
| YUV | 150.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 139 | 0 | 0.3 | 0.27 | 0.25 | 353.68 | 0.3 | 0.63 |
| Hex | BE | 85 | 8B | 0 | 1E | 1B | 19 | 162 | 1E | 3F |
| Octal | 276 | 205 | 213 | 0 | 36 | 33 | 31 | 542 | 36 | 77 |
| Binary | 10111110 | 10000101 | 10001011 | 0 | 11110 | 11011 | 11001 | 101100010 | 11110 | 111111 |
Color Harmonies of #BE858B
Complementary color
Monochromatic Colors of #BE858B
Black with #BE858B
Text Example
Text Example
White with #BE858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE858B; }
p { color: rgb(190,133,139); }
H1.HeaderClassName
{
color: #BE858B;
}
.AnyTagClassName
{
color: #BE858B;
}
</style>
background-color css
<style>
a { background-color: #BE858B; }
a { background-color: rgb(190,133,139); }
div.DivClassName
{
background-color: #BE858B;
}
.BgClassName
{
background-color: #BE858B;
}
</style>
border-color css
<style>
span { border-color: #BE858B; }
span { border-color: rgb(190,133,139); }
td.TdClassName
{
border-color: #BE858B;
}
.TagClassName
{
border-color: #BE858B;
}
</style>