Shades of Puce #BE7F8C
Tints of Puce #BE7F8C
RGB
CMYK
RGB Variations
Color information
#BE7F8C (or 0xBE7F8C) is known color: Puce. HEX triplet: BE, 7F and 8C. RGB value is (190,127,140). Sum of RGB (Red+Green+Blue) = 190+127+140=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F8C is #418073. Grayscale: #939393. Windows color (decimal): -4292724 or 9207742. OLE color: 9207742.
HSL color Cylindrical-coordinate representation of color #BE7F8C: hue angle of 347.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE7F8C is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 140 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.25 |
| HSL | 347.62º | 0.33% | 0.62% | - |
| HSV(B) | 347.62º | 0.33% | 0.75% | - |
| XYZ | 33.56 | 28.02 | 28.45 | - |
| YUV | 147.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 140 | 0 | 0.33 | 0.26 | 0.25 | 347.62 | 0.33 | 0.62 |
| Hex | BE | 7F | 8C | 0 | 21 | 1A | 19 | 15C | 21 | 3E |
| Octal | 276 | 177 | 214 | 0 | 41 | 32 | 31 | 534 | 41 | 76 |
| Binary | 10111110 | 1111111 | 10001100 | 0 | 100001 | 11010 | 11001 | 101011100 | 100001 | 111110 |
Color Harmonies of #BE7F8C
Complementary color
Monochromatic Colors of #BE7F8C
Black with #BE7F8C
Text Example
Text Example
White with #BE7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F8C; }
p { color: rgb(190,127,140); }
H1.HeaderClassName
{
color: #BE7F8C;
}
.AnyTagClassName
{
color: #BE7F8C;
}
</style>
background-color css
<style>
a { background-color: #BE7F8C; }
a { background-color: rgb(190,127,140); }
div.DivClassName
{
background-color: #BE7F8C;
}
.BgClassName
{
background-color: #BE7F8C;
}
</style>
border-color css
<style>
span { border-color: #BE7F8C; }
span { border-color: rgb(190,127,140); }
td.TdClassName
{
border-color: #BE7F8C;
}
.TagClassName
{
border-color: #BE7F8C;
}
</style>