Shades of Puce #BF7F8D
Tints of Puce #BF7F8D
RGB
CMYK
RGB Variations
Color information
#BF7F8D (or 0xBF7F8D) is known color: Puce. HEX triplet: BF, 7F and 8D. RGB value is (191,127,141). Sum of RGB (Red+Green+Blue) = 191+127+141=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F8D is #408072. Grayscale: #939393. Windows color (decimal): -4227187 or 9273279. OLE color: 9273279.
HSL color Cylindrical-coordinate representation of color #BF7F8D: hue angle of 346.88º degrees, saturation: 0.33, 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 #BF7F8D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 141 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.25 |
| HSL | 346.88º | 0.33% | 0.62% | - |
| HSV(B) | 346.88º | 0.34% | 0.75% | - |
| XYZ | 33.88 | 28.18 | 28.85 | - |
| YUV | 147.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 141 | 0 | 0.34 | 0.26 | 0.25 | 346.88 | 0.33 | 0.62 |
| Hex | BF | 7F | 8D | 0 | 22 | 1A | 19 | 15B | 21 | 3E |
| Octal | 277 | 177 | 215 | 0 | 42 | 32 | 31 | 533 | 41 | 76 |
| Binary | 10111111 | 1111111 | 10001101 | 0 | 100010 | 11010 | 11001 | 101011011 | 100001 | 111110 |
Color Harmonies of #BF7F8D
Complementary color
Monochromatic Colors of #BF7F8D
Black with #BF7F8D
Text Example
Text Example
White with #BF7F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F8D; }
p { color: rgb(191,127,141); }
H1.HeaderClassName
{
color: #BF7F8D;
}
.AnyTagClassName
{
color: #BF7F8D;
}
</style>
background-color css
<style>
a { background-color: #BF7F8D; }
a { background-color: rgb(191,127,141); }
div.DivClassName
{
background-color: #BF7F8D;
}
.BgClassName
{
background-color: #BF7F8D;
}
</style>
border-color css
<style>
span { border-color: #BF7F8D; }
span { border-color: rgb(191,127,141); }
td.TdClassName
{
border-color: #BF7F8D;
}
.TagClassName
{
border-color: #BF7F8D;
}
</style>