Shades of Puce #BE7F96
Tints of Puce #BE7F96
RGB
CMYK
RGB Variations
Color information
#BE7F96 (or 0xBE7F96) is known color: Puce. HEX triplet: BE, 7F and 96. RGB value is (190,127,150). Sum of RGB (Red+Green+Blue) = 190+127+150=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F96 is #418069. Grayscale: #949494. Windows color (decimal): -4292714 or 9863102. OLE color: 9863102.
HSL color Cylindrical-coordinate representation of color #BE7F96: hue angle of 338.1º 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 #BE7F96 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 150 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.25 |
| HSL | 338.1º | 0.33% | 0.62% | - |
| HSV(B) | 338.1º | 0.33% | 0.75% | - |
| XYZ | 34.33 | 28.33 | 32.51 | - |
| YUV | 148.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 150 | 0 | 0.33 | 0.21 | 0.25 | 338.1 | 0.33 | 0.62 |
| Hex | BE | 7F | 96 | 0 | 21 | 15 | 19 | 152 | 21 | 3E |
| Octal | 276 | 177 | 226 | 0 | 41 | 25 | 31 | 522 | 41 | 76 |
| Binary | 10111110 | 1111111 | 10010110 | 0 | 100001 | 10101 | 11001 | 101010010 | 100001 | 111110 |
Color Harmonies of #BE7F96
Complementary color
Monochromatic Colors of #BE7F96
Black with #BE7F96
Text Example
Text Example
White with #BE7F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F96; }
p { color: rgb(190,127,150); }
H1.HeaderClassName
{
color: #BE7F96;
}
.AnyTagClassName
{
color: #BE7F96;
}
</style>
background-color css
<style>
a { background-color: #BE7F96; }
a { background-color: rgb(190,127,150); }
div.DivClassName
{
background-color: #BE7F96;
}
.BgClassName
{
background-color: #BE7F96;
}
</style>
border-color css
<style>
span { border-color: #BE7F96; }
span { border-color: rgb(190,127,150); }
td.TdClassName
{
border-color: #BE7F96;
}
.TagClassName
{
border-color: #BE7F96;
}
</style>