Shades of Puce #BD878F
Tints of Puce #BD878F
RGB
CMYK
RGB Variations
Color information
#BD878F (or 0xBD878F) is known color: Puce. HEX triplet: BD, 87 and 8F. RGB value is (189,135,143). Sum of RGB (Red+Green+Blue) = 189+135+143=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD878F is #427870. Grayscale: #989898. Windows color (decimal): -4356209 or 9406397. OLE color: 9406397.
HSL color Cylindrical-coordinate representation of color #BD878F: hue angle of 351.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD878F is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 143 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.26 |
| HSL | 351.11º | 0.29% | 0.64% | - |
| HSV(B) | 351.11º | 0.29% | 0.74% | - |
| XYZ | 34.61 | 30.13 | 29.98 | - |
| YUV | 152.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 143 | 0 | 0.29 | 0.24 | 0.26 | 351.11 | 0.29 | 0.64 |
| Hex | BD | 87 | 8F | 0 | 1D | 18 | 1A | 15F | 1D | 40 |
| Octal | 275 | 207 | 217 | 0 | 35 | 30 | 32 | 537 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10001111 | 0 | 11101 | 11000 | 11010 | 101011111 | 11101 | 1000000 |
Color Harmonies of #BD878F
Complementary color
Monochromatic Colors of #BD878F
Black with #BD878F
Text Example
Text Example
White with #BD878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD878F; }
p { color: rgb(189,135,143); }
H1.HeaderClassName
{
color: #BD878F;
}
.AnyTagClassName
{
color: #BD878F;
}
</style>
background-color css
<style>
a { background-color: #BD878F; }
a { background-color: rgb(189,135,143); }
div.DivClassName
{
background-color: #BD878F;
}
.BgClassName
{
background-color: #BD878F;
}
</style>
border-color css
<style>
span { border-color: #BD878F; }
span { border-color: rgb(189,135,143); }
td.TdClassName
{
border-color: #BD878F;
}
.TagClassName
{
border-color: #BD878F;
}
</style>