Shades of Puce #BF878B
Tints of Puce #BF878B
RGB
CMYK
RGB Variations
Color information
#BF878B (or 0xBF878B) is known color: Puce. HEX triplet: BF, 87 and 8B. RGB value is (191,135,139). Sum of RGB (Red+Green+Blue) = 191+135+139=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF878B is #407874. Grayscale: #989898. Windows color (decimal): -4225141 or 9144255. OLE color: 9144255.
HSL color Cylindrical-coordinate representation of color #BF878B: hue angle of 355.71º 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 #BF878B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 135 | 139 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.25 |
| HSL | 355.71º | 0.3% | 0.64% | - |
| HSV(B) | 355.71º | 0.29% | 0.75% | - |
| XYZ | 34.81 | 30.27 | 28.43 | - |
| YUV | 152.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 135 | 139 | 0 | 0.29 | 0.27 | 0.25 | 355.71 | 0.3 | 0.64 |
| Hex | BF | 87 | 8B | 0 | 1D | 1B | 19 | 164 | 1E | 40 |
| Octal | 277 | 207 | 213 | 0 | 35 | 33 | 31 | 544 | 36 | 100 |
| Binary | 10111111 | 10000111 | 10001011 | 0 | 11101 | 11011 | 11001 | 101100100 | 11110 | 1000000 |
Color Harmonies of #BF878B
Complementary color
Monochromatic Colors of #BF878B
Black with #BF878B
Text Example
Text Example
White with #BF878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF878B; }
p { color: rgb(191,135,139); }
H1.HeaderClassName
{
color: #BF878B;
}
.AnyTagClassName
{
color: #BF878B;
}
</style>
background-color css
<style>
a { background-color: #BF878B; }
a { background-color: rgb(191,135,139); }
div.DivClassName
{
background-color: #BF878B;
}
.BgClassName
{
background-color: #BF878B;
}
</style>
border-color css
<style>
span { border-color: #BF878B; }
span { border-color: rgb(191,135,139); }
td.TdClassName
{
border-color: #BF878B;
}
.TagClassName
{
border-color: #BF878B;
}
</style>