Shades of Puce #BF868F
Tints of Puce #BF868F
RGB
CMYK
RGB Variations
Color information
#BF868F (or 0xBF868F) is known color: Puce. HEX triplet: BF, 86 and 8F. RGB value is (191,134,143). Sum of RGB (Red+Green+Blue) = 191+134+143=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF868F is #407970. Grayscale: #989898. Windows color (decimal): -4225393 or 9406143. OLE color: 9406143.
HSL color Cylindrical-coordinate representation of color #BF868F: hue angle of 350.53º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF868F is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 143 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.25 |
| HSL | 350.53º | 0.31% | 0.64% | - |
| HSV(B) | 350.53º | 0.3% | 0.75% | - |
| XYZ | 34.97 | 30.11 | 29.96 | - |
| YUV | 152.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 143 | 0 | 0.30 | 0.25 | 0.25 | 350.53 | 0.31 | 0.64 |
| Hex | BF | 86 | 8F | 0 | 1E | 19 | 19 | 15F | 1F | 40 |
| Octal | 277 | 206 | 217 | 0 | 36 | 31 | 31 | 537 | 37 | 100 |
| Binary | 10111111 | 10000110 | 10001111 | 0 | 11110 | 11001 | 11001 | 101011111 | 11111 | 1000000 |
Color Harmonies of #BF868F
Complementary color
Monochromatic Colors of #BF868F
Black with #BF868F
Text Example
Text Example
White with #BF868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF868F; }
p { color: rgb(191,134,143); }
H1.HeaderClassName
{
color: #BF868F;
}
.AnyTagClassName
{
color: #BF868F;
}
</style>
background-color css
<style>
a { background-color: #BF868F; }
a { background-color: rgb(191,134,143); }
div.DivClassName
{
background-color: #BF868F;
}
.BgClassName
{
background-color: #BF868F;
}
</style>
border-color css
<style>
span { border-color: #BF868F; }
span { border-color: rgb(191,134,143); }
td.TdClassName
{
border-color: #BF868F;
}
.TagClassName
{
border-color: #BF868F;
}
</style>