Shades of Puce #BF7F90
Tints of Puce #BF7F90
RGB
CMYK
RGB Variations
Color information
#BF7F90 (or 0xBF7F90) is known color: Puce. HEX triplet: BF, 7F and 90. RGB value is (191,127,144). Sum of RGB (Red+Green+Blue) = 191+127+144=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F90 is #40806F. Grayscale: #949494. Windows color (decimal): -4227184 or 9469887. OLE color: 9469887.
HSL color Cylindrical-coordinate representation of color #BF7F90: hue angle of 344.06º 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 #BF7F90 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 144 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.25 |
| HSL | 344.06º | 0.33% | 0.62% | - |
| HSV(B) | 344.06º | 0.34% | 0.75% | - |
| XYZ | 34.11 | 28.27 | 30.04 | - |
| YUV | 148.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 144 | 0 | 0.34 | 0.25 | 0.25 | 344.06 | 0.33 | 0.62 |
| Hex | BF | 7F | 90 | 0 | 22 | 19 | 19 | 158 | 21 | 3E |
| Octal | 277 | 177 | 220 | 0 | 42 | 31 | 31 | 530 | 41 | 76 |
| Binary | 10111111 | 1111111 | 10010000 | 0 | 100010 | 11001 | 11001 | 101011000 | 100001 | 111110 |
Color Harmonies of #BF7F90
Complementary color
Monochromatic Colors of #BF7F90
Black with #BF7F90
Text Example
Text Example
White with #BF7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F90; }
p { color: rgb(191,127,144); }
H1.HeaderClassName
{
color: #BF7F90;
}
.AnyTagClassName
{
color: #BF7F90;
}
</style>
background-color css
<style>
a { background-color: #BF7F90; }
a { background-color: rgb(191,127,144); }
div.DivClassName
{
background-color: #BF7F90;
}
.BgClassName
{
background-color: #BF7F90;
}
</style>
border-color css
<style>
span { border-color: #BF7F90; }
span { border-color: rgb(191,127,144); }
td.TdClassName
{
border-color: #BF7F90;
}
.TagClassName
{
border-color: #BF7F90;
}
</style>