Shades of Puce #BF898F
Tints of Puce #BF898F
RGB
CMYK
RGB Variations
Color information
#BF898F (or 0xBF898F) is known color: Puce. HEX triplet: BF, 89 and 8F. RGB value is (191,137,143). Sum of RGB (Red+Green+Blue) = 191+137+143=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF898F is #407670. Grayscale: #999999. Windows color (decimal): -4224625 or 9406911. OLE color: 9406911.
HSL color Cylindrical-coordinate representation of color #BF898F: hue angle of 353.33º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF898F is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 143 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.25 |
| HSL | 353.33º | 0.3% | 0.64% | - |
| HSV(B) | 353.33º | 0.28% | 0.75% | - |
| XYZ | 35.39 | 30.95 | 30.1 | - |
| YUV | 153.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 143 | 0 | 0.28 | 0.25 | 0.25 | 353.33 | 0.3 | 0.64 |
| Hex | BF | 89 | 8F | 0 | 1C | 19 | 19 | 161 | 1E | 40 |
| Octal | 277 | 211 | 217 | 0 | 34 | 31 | 31 | 541 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10001111 | 0 | 11100 | 11001 | 11001 | 101100001 | 11110 | 1000000 |
Color Harmonies of #BF898F
Complementary color
Monochromatic Colors of #BF898F
Black with #BF898F
Text Example
Text Example
White with #BF898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF898F; }
p { color: rgb(191,137,143); }
H1.HeaderClassName
{
color: #BF898F;
}
.AnyTagClassName
{
color: #BF898F;
}
</style>
background-color css
<style>
a { background-color: #BF898F; }
a { background-color: rgb(191,137,143); }
div.DivClassName
{
background-color: #BF898F;
}
.BgClassName
{
background-color: #BF898F;
}
</style>
border-color css
<style>
span { border-color: #BF898F; }
span { border-color: rgb(191,137,143); }
td.TdClassName
{
border-color: #BF898F;
}
.TagClassName
{
border-color: #BF898F;
}
</style>