Shades of Puce #BB878B
Tints of Puce #BB878B
RGB
CMYK
RGB Variations
Color information
#BB878B (or 0xBB878B) is known color: Puce. HEX triplet: BB, 87 and 8B. RGB value is (187,135,139). Sum of RGB (Red+Green+Blue) = 187+135+139=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB878B is #447874. Grayscale: #979797. Windows color (decimal): -4487285 or 9144251. OLE color: 9144251.
HSL color Cylindrical-coordinate representation of color #BB878B: hue angle of 355.38º 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 #BB878B is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 139 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.27 |
| HSL | 355.38º | 0.28% | 0.63% | - |
| HSV(B) | 355.38º | 0.28% | 0.73% | - |
| XYZ | 33.82 | 29.76 | 28.39 | - |
| YUV | 151 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 139 | 0 | 0.28 | 0.26 | 0.27 | 355.38 | 0.28 | 0.63 |
| Hex | BB | 87 | 8B | 0 | 1C | 1A | 1B | 163 | 1C | 3F |
| Octal | 273 | 207 | 213 | 0 | 34 | 32 | 33 | 543 | 34 | 77 |
| Binary | 10111011 | 10000111 | 10001011 | 0 | 11100 | 11010 | 11011 | 101100011 | 11100 | 111111 |
Color Harmonies of #BB878B
Complementary color
Monochromatic Colors of #BB878B
Black with #BB878B
Text Example
Text Example
White with #BB878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB878B; }
p { color: rgb(187,135,139); }
H1.HeaderClassName
{
color: #BB878B;
}
.AnyTagClassName
{
color: #BB878B;
}
</style>
background-color css
<style>
a { background-color: #BB878B; }
a { background-color: rgb(187,135,139); }
div.DivClassName
{
background-color: #BB878B;
}
.BgClassName
{
background-color: #BB878B;
}
</style>
border-color css
<style>
span { border-color: #BB878B; }
span { border-color: rgb(187,135,139); }
td.TdClassName
{
border-color: #BB878B;
}
.TagClassName
{
border-color: #BB878B;
}
</style>