Shades of Puce #BB878D
Tints of Puce #BB878D
RGB
CMYK
RGB Variations
Color information
#BB878D (or 0xBB878D) is known color: Puce. HEX triplet: BB, 87 and 8D. RGB value is (187,135,141). Sum of RGB (Red+Green+Blue) = 187+135+141=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB878D is #447872. Grayscale: #979797. Windows color (decimal): -4487283 or 9275323. OLE color: 9275323.
HSL color Cylindrical-coordinate representation of color #BB878D: hue angle of 353.08º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB878D is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 141 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.27 |
| HSL | 353.08º | 0.28% | 0.63% | - |
| HSV(B) | 353.08º | 0.28% | 0.73% | - |
| XYZ | 33.97 | 29.82 | 29.16 | - |
| YUV | 151.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 141 | 0 | 0.28 | 0.25 | 0.27 | 353.08 | 0.28 | 0.63 |
| Hex | BB | 87 | 8D | 0 | 1C | 19 | 1B | 161 | 1C | 3F |
| Octal | 273 | 207 | 215 | 0 | 34 | 31 | 33 | 541 | 34 | 77 |
| Binary | 10111011 | 10000111 | 10001101 | 0 | 11100 | 11001 | 11011 | 101100001 | 11100 | 111111 |
Color Harmonies of #BB878D
Complementary color
Monochromatic Colors of #BB878D
Black with #BB878D
Text Example
Text Example
White with #BB878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB878D; }
p { color: rgb(187,135,141); }
H1.HeaderClassName
{
color: #BB878D;
}
.AnyTagClassName
{
color: #BB878D;
}
</style>
background-color css
<style>
a { background-color: #BB878D; }
a { background-color: rgb(187,135,141); }
div.DivClassName
{
background-color: #BB878D;
}
.BgClassName
{
background-color: #BB878D;
}
</style>
border-color css
<style>
span { border-color: #BB878D; }
span { border-color: rgb(187,135,141); }
td.TdClassName
{
border-color: #BB878D;
}
.TagClassName
{
border-color: #BB878D;
}
</style>