Shades of Puce #BF7E90
Tints of Puce #BF7E90
RGB
CMYK
RGB Variations
Color information
#BF7E90 (or 0xBF7E90) is known color: Puce. HEX triplet: BF, 7E and 90. RGB value is (191,126,144). Sum of RGB (Red+Green+Blue) = 191+126+144=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7E90 is #40816F. Grayscale: #939393. Windows color (decimal): -4227440 or 9469631. OLE color: 9469631.
HSL color Cylindrical-coordinate representation of color #BF7E90: hue angle of 343.38º 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 #BF7E90 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 144 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.25 |
| HSL | 343.38º | 0.34% | 0.62% | - |
| HSV(B) | 343.38º | 0.34% | 0.75% | - |
| XYZ | 33.98 | 28.01 | 30 | - |
| YUV | 147.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 144 | 0 | 0.34 | 0.25 | 0.25 | 343.38 | 0.34 | 0.62 |
| Hex | BF | 7E | 90 | 0 | 22 | 19 | 19 | 157 | 22 | 3E |
| Octal | 277 | 176 | 220 | 0 | 42 | 31 | 31 | 527 | 42 | 76 |
| Binary | 10111111 | 1111110 | 10010000 | 0 | 100010 | 11001 | 11001 | 101010111 | 100010 | 111110 |
Color Harmonies of #BF7E90
Complementary color
Monochromatic Colors of #BF7E90
Black with #BF7E90
Text Example
Text Example
White with #BF7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7E90; }
p { color: rgb(191,126,144); }
H1.HeaderClassName
{
color: #BF7E90;
}
.AnyTagClassName
{
color: #BF7E90;
}
</style>
background-color css
<style>
a { background-color: #BF7E90; }
a { background-color: rgb(191,126,144); }
div.DivClassName
{
background-color: #BF7E90;
}
.BgClassName
{
background-color: #BF7E90;
}
</style>
border-color css
<style>
span { border-color: #BF7E90; }
span { border-color: rgb(191,126,144); }
td.TdClassName
{
border-color: #BF7E90;
}
.TagClassName
{
border-color: #BF7E90;
}
</style>