Shades of Puce #BF888D
Tints of Puce #BF888D
RGB
CMYK
RGB Variations
Color information
#BF888D (or 0xBF888D) is known color: Puce. HEX triplet: BF, 88 and 8D. RGB value is (191,136,141). Sum of RGB (Red+Green+Blue) = 191+136+141=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF888D is #407772. Grayscale: #999999. Windows color (decimal): -4224883 or 9275583. OLE color: 9275583.
HSL color Cylindrical-coordinate representation of color #BF888D: hue angle of 354.55º 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 #BF888D is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 141 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.25 |
| HSL | 354.55º | 0.3% | 0.64% | - |
| HSV(B) | 354.55º | 0.29% | 0.75% | - |
| XYZ | 35.1 | 30.61 | 29.26 | - |
| YUV | 153.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 141 | 0 | 0.29 | 0.26 | 0.25 | 354.55 | 0.3 | 0.64 |
| Hex | BF | 88 | 8D | 0 | 1D | 1A | 19 | 163 | 1E | 40 |
| Octal | 277 | 210 | 215 | 0 | 35 | 32 | 31 | 543 | 36 | 100 |
| Binary | 10111111 | 10001000 | 10001101 | 0 | 11101 | 11010 | 11001 | 101100011 | 11110 | 1000000 |
Color Harmonies of #BF888D
Complementary color
Monochromatic Colors of #BF888D
Black with #BF888D
Text Example
Text Example
White with #BF888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF888D; }
p { color: rgb(191,136,141); }
H1.HeaderClassName
{
color: #BF888D;
}
.AnyTagClassName
{
color: #BF888D;
}
</style>
background-color css
<style>
a { background-color: #BF888D; }
a { background-color: rgb(191,136,141); }
div.DivClassName
{
background-color: #BF888D;
}
.BgClassName
{
background-color: #BF888D;
}
</style>
border-color css
<style>
span { border-color: #BF888D; }
span { border-color: rgb(191,136,141); }
td.TdClassName
{
border-color: #BF888D;
}
.TagClassName
{
border-color: #BF888D;
}
</style>