Shades of Puce #BF7E9B
Tints of Puce #BF7E9B
RGB
CMYK
RGB Variations
Color information
#BF7E9B (or 0xBF7E9B) is known color: Puce. HEX triplet: BF, 7E and 9B. RGB value is (191,126,155). Sum of RGB (Red+Green+Blue) = 191+126+155=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7E9B is #408164. Grayscale: #949494. Windows color (decimal): -4227429 or 10190527. OLE color: 10190527.
HSL color Cylindrical-coordinate representation of color #BF7E9B: hue angle of 333.23º 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 #BF7E9B is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 155 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.25 |
| HSL | 333.23º | 0.34% | 0.62% | - |
| HSV(B) | 333.23º | 0.34% | 0.75% | - |
| XYZ | 34.86 | 28.36 | 34.65 | - |
| YUV | 148.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 155 | 0 | 0.34 | 0.19 | 0.25 | 333.23 | 0.34 | 0.62 |
| Hex | BF | 7E | 9B | 0 | 22 | 13 | 19 | 14D | 22 | 3E |
| Octal | 277 | 176 | 233 | 0 | 42 | 23 | 31 | 515 | 42 | 76 |
| Binary | 10111111 | 1111110 | 10011011 | 0 | 100010 | 10011 | 11001 | 101001101 | 100010 | 111110 |
Color Harmonies of #BF7E9B
Complementary color
Monochromatic Colors of #BF7E9B
Black with #BF7E9B
Text Example
Text Example
White with #BF7E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7E9B; }
p { color: rgb(191,126,155); }
H1.HeaderClassName
{
color: #BF7E9B;
}
.AnyTagClassName
{
color: #BF7E9B;
}
</style>
background-color css
<style>
a { background-color: #BF7E9B; }
a { background-color: rgb(191,126,155); }
div.DivClassName
{
background-color: #BF7E9B;
}
.BgClassName
{
background-color: #BF7E9B;
}
</style>
border-color css
<style>
span { border-color: #BF7E9B; }
span { border-color: rgb(191,126,155); }
td.TdClassName
{
border-color: #BF7E9B;
}
.TagClassName
{
border-color: #BF7E9B;
}
</style>