Shades of Puce #BF888F
Tints of Puce #BF888F
RGB
CMYK
RGB Variations
Color information
#BF888F (or 0xBF888F) is known color: Puce. HEX triplet: BF, 88 and 8F. RGB value is (191,136,143). Sum of RGB (Red+Green+Blue) = 191+136+143=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF888F is #407770. Grayscale: #999999. Windows color (decimal): -4224881 or 9406655. OLE color: 9406655.
HSL color Cylindrical-coordinate representation of color #BF888F: hue angle of 352.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF888F is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 143 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.25 |
| HSL | 352.36º | 0.3% | 0.64% | - |
| HSV(B) | 352.36º | 0.29% | 0.75% | - |
| XYZ | 35.25 | 30.67 | 30.05 | - |
| YUV | 153.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 143 | 0 | 0.29 | 0.25 | 0.25 | 352.36 | 0.3 | 0.64 |
| Hex | BF | 88 | 8F | 0 | 1D | 19 | 19 | 160 | 1E | 40 |
| Octal | 277 | 210 | 217 | 0 | 35 | 31 | 31 | 540 | 36 | 100 |
| Binary | 10111111 | 10001000 | 10001111 | 0 | 11101 | 11001 | 11001 | 101100000 | 11110 | 1000000 |
Color Harmonies of #BF888F
Complementary color
Monochromatic Colors of #BF888F
Black with #BF888F
Text Example
Text Example
White with #BF888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF888F; }
p { color: rgb(191,136,143); }
H1.HeaderClassName
{
color: #BF888F;
}
.AnyTagClassName
{
color: #BF888F;
}
</style>
background-color css
<style>
a { background-color: #BF888F; }
a { background-color: rgb(191,136,143); }
div.DivClassName
{
background-color: #BF888F;
}
.BgClassName
{
background-color: #BF888F;
}
</style>
border-color css
<style>
span { border-color: #BF888F; }
span { border-color: rgb(191,136,143); }
td.TdClassName
{
border-color: #BF888F;
}
.TagClassName
{
border-color: #BF888F;
}
</style>