Shades of Puce #BE7F93
Tints of Puce #BE7F93
RGB
CMYK
RGB Variations
Color information
#BE7F93 (or 0xBE7F93) is known color: Puce. HEX triplet: BE, 7F and 93. RGB value is (190,127,147). Sum of RGB (Red+Green+Blue) = 190+127+147=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F93 is #41806C. Grayscale: #949494. Windows color (decimal): -4292717 or 9666494. OLE color: 9666494.
HSL color Cylindrical-coordinate representation of color #BE7F93: hue angle of 340.95º 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 #BE7F93 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 127 | 147 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.25 |
| HSL | 340.95º | 0.33% | 0.62% | - |
| HSV(B) | 340.95º | 0.33% | 0.75% | - |
| XYZ | 34.09 | 28.23 | 31.26 | - |
| YUV | 148.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 147 | 0 | 0.33 | 0.23 | 0.25 | 340.95 | 0.33 | 0.62 |
| Hex | BE | 7F | 93 | 0 | 21 | 17 | 19 | 155 | 21 | 3E |
| Octal | 276 | 177 | 223 | 0 | 41 | 27 | 31 | 525 | 41 | 76 |
| Binary | 10111110 | 1111111 | 10010011 | 0 | 100001 | 10111 | 11001 | 101010101 | 100001 | 111110 |
Color Harmonies of #BE7F93
Complementary color
Monochromatic Colors of #BE7F93
Black with #BE7F93
Text Example
Text Example
White with #BE7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7F93; }
p { color: rgb(190,127,147); }
H1.HeaderClassName
{
color: #BE7F93;
}
.AnyTagClassName
{
color: #BE7F93;
}
</style>
background-color css
<style>
a { background-color: #BE7F93; }
a { background-color: rgb(190,127,147); }
div.DivClassName
{
background-color: #BE7F93;
}
.BgClassName
{
background-color: #BE7F93;
}
</style>
border-color css
<style>
span { border-color: #BE7F93; }
span { border-color: rgb(190,127,147); }
td.TdClassName
{
border-color: #BE7F93;
}
.TagClassName
{
border-color: #BE7F93;
}
</style>