Shades of Puce #BB848F
Tints of Puce #BB848F
RGB
CMYK
RGB Variations
Color information
#BB848F (or 0xBB848F) is known color: Puce. HEX triplet: BB, 84 and 8F. RGB value is (187,132,143). Sum of RGB (Red+Green+Blue) = 187+132+143=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB848F is #447B70. Grayscale: #959595. Windows color (decimal): -4488049 or 9405627. OLE color: 9405627.
HSL color Cylindrical-coordinate representation of color #BB848F: hue angle of 348º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB848F is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 143 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.27 |
| HSL | 348º | 0.29% | 0.63% | - |
| HSV(B) | 348º | 0.29% | 0.73% | - |
| XYZ | 33.7 | 29.05 | 29.82 | - |
| YUV | 149.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 143 | 0 | 0.29 | 0.24 | 0.27 | 348 | 0.29 | 0.63 |
| Hex | BB | 84 | 8F | 0 | 1D | 18 | 1B | 15C | 1D | 3F |
| Octal | 273 | 204 | 217 | 0 | 35 | 30 | 33 | 534 | 35 | 77 |
| Binary | 10111011 | 10000100 | 10001111 | 0 | 11101 | 11000 | 11011 | 101011100 | 11101 | 111111 |
Color Harmonies of #BB848F
Complementary color
Monochromatic Colors of #BB848F
Black with #BB848F
Text Example
Text Example
White with #BB848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB848F; }
p { color: rgb(187,132,143); }
H1.HeaderClassName
{
color: #BB848F;
}
.AnyTagClassName
{
color: #BB848F;
}
</style>
background-color css
<style>
a { background-color: #BB848F; }
a { background-color: rgb(187,132,143); }
div.DivClassName
{
background-color: #BB848F;
}
.BgClassName
{
background-color: #BB848F;
}
</style>
border-color css
<style>
span { border-color: #BB848F; }
span { border-color: rgb(187,132,143); }
td.TdClassName
{
border-color: #BB848F;
}
.TagClassName
{
border-color: #BB848F;
}
</style>