Shades of Puce #BE8688
Tints of Puce #BE8688
RGB
CMYK
RGB Variations
Color information
#BE8688 (or 0xBE8688) is known color: Puce. HEX triplet: BE, 86 and 88. RGB value is (190,134,136). Sum of RGB (Red+Green+Blue) = 190+134+136=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8688 is #417977. Grayscale: #979797. Windows color (decimal): -4290936 or 8947390. OLE color: 8947390.
HSL color Cylindrical-coordinate representation of color #BE8688: hue angle of 357.86º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE8688 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 136 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.25 |
| HSL | 357.86º | 0.3% | 0.64% | - |
| HSV(B) | 357.86º | 0.29% | 0.75% | - |
| XYZ | 34.2 | 29.77 | 27.24 | - |
| YUV | 150.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 136 | 0 | 0.29 | 0.28 | 0.25 | 357.86 | 0.3 | 0.64 |
| Hex | BE | 86 | 88 | 0 | 1D | 1C | 19 | 166 | 1E | 40 |
| Octal | 276 | 206 | 210 | 0 | 35 | 34 | 31 | 546 | 36 | 100 |
| Binary | 10111110 | 10000110 | 10001000 | 0 | 11101 | 11100 | 11001 | 101100110 | 11110 | 1000000 |
Color Harmonies of #BE8688
Complementary color
Monochromatic Colors of #BE8688
Black with #BE8688
Text Example
Text Example
White with #BE8688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8688; }
p { color: rgb(190,134,136); }
H1.HeaderClassName
{
color: #BE8688;
}
.AnyTagClassName
{
color: #BE8688;
}
</style>
background-color css
<style>
a { background-color: #BE8688; }
a { background-color: rgb(190,134,136); }
div.DivClassName
{
background-color: #BE8688;
}
.BgClassName
{
background-color: #BE8688;
}
</style>
border-color css
<style>
span { border-color: #BE8688; }
span { border-color: rgb(190,134,136); }
td.TdClassName
{
border-color: #BE8688;
}
.TagClassName
{
border-color: #BE8688;
}
</style>