Shades of Puce #BF7E93
Tints of Puce #BF7E93
RGB
CMYK
RGB Variations
Color information
#BF7E93 (or 0xBF7E93) is known color: Puce. HEX triplet: BF, 7E and 93. RGB value is (191,126,147). Sum of RGB (Red+Green+Blue) = 191+126+147=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7E93 is #40816C. Grayscale: #939393. Windows color (decimal): -4227437 or 9666239. OLE color: 9666239.
HSL color Cylindrical-coordinate representation of color #BF7E93: hue angle of 340.62º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7E93 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 147 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.25 |
| HSL | 340.62º | 0.34% | 0.62% | - |
| HSV(B) | 340.62º | 0.34% | 0.75% | - |
| XYZ | 34.21 | 28.1 | 31.23 | - |
| YUV | 147.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 147 | 0 | 0.34 | 0.23 | 0.25 | 340.62 | 0.34 | 0.62 |
| Hex | BF | 7E | 93 | 0 | 22 | 17 | 19 | 155 | 22 | 3E |
| Octal | 277 | 176 | 223 | 0 | 42 | 27 | 31 | 525 | 42 | 76 |
| Binary | 10111111 | 1111110 | 10010011 | 0 | 100010 | 10111 | 11001 | 101010101 | 100010 | 111110 |
Color Harmonies of #BF7E93
Complementary color
Monochromatic Colors of #BF7E93
Black with #BF7E93
Text Example
Text Example
White with #BF7E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7E93; }
p { color: rgb(191,126,147); }
H1.HeaderClassName
{
color: #BF7E93;
}
.AnyTagClassName
{
color: #BF7E93;
}
</style>
background-color css
<style>
a { background-color: #BF7E93; }
a { background-color: rgb(191,126,147); }
div.DivClassName
{
background-color: #BF7E93;
}
.BgClassName
{
background-color: #BF7E93;
}
</style>
border-color css
<style>
span { border-color: #BF7E93; }
span { border-color: rgb(191,126,147); }
td.TdClassName
{
border-color: #BF7E93;
}
.TagClassName
{
border-color: #BF7E93;
}
</style>