Shades of Puce #BF888E
Tints of Puce #BF888E
RGB
CMYK
RGB Variations
Color information
#BF888E (or 0xBF888E) is known color: Puce. HEX triplet: BF, 88 and 8E. RGB value is (191,136,142). Sum of RGB (Red+Green+Blue) = 191+136+142=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF888E is #407771. Grayscale: #999999. Windows color (decimal): -4224882 or 9341119. OLE color: 9341119.
HSL color Cylindrical-coordinate representation of color #BF888E: hue angle of 353.45º 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 #BF888E is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 142 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.25 |
| HSL | 353.45º | 0.3% | 0.64% | - |
| HSV(B) | 353.45º | 0.29% | 0.75% | - |
| XYZ | 35.17 | 30.64 | 29.65 | - |
| YUV | 153.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 142 | 0 | 0.29 | 0.26 | 0.25 | 353.45 | 0.3 | 0.64 |
| Hex | BF | 88 | 8E | 0 | 1D | 1A | 19 | 161 | 1E | 40 |
| Octal | 277 | 210 | 216 | 0 | 35 | 32 | 31 | 541 | 36 | 100 |
| Binary | 10111111 | 10001000 | 10001110 | 0 | 11101 | 11010 | 11001 | 101100001 | 11110 | 1000000 |
Color Harmonies of #BF888E
Complementary color
Monochromatic Colors of #BF888E
Black with #BF888E
Text Example
Text Example
White with #BF888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF888E; }
p { color: rgb(191,136,142); }
H1.HeaderClassName
{
color: #BF888E;
}
.AnyTagClassName
{
color: #BF888E;
}
</style>
background-color css
<style>
a { background-color: #BF888E; }
a { background-color: rgb(191,136,142); }
div.DivClassName
{
background-color: #BF888E;
}
.BgClassName
{
background-color: #BF888E;
}
</style>
border-color css
<style>
span { border-color: #BF888E; }
span { border-color: rgb(191,136,142); }
td.TdClassName
{
border-color: #BF888E;
}
.TagClassName
{
border-color: #BF888E;
}
</style>