Shades of Puce #BB848E
Tints of Puce #BB848E
RGB
CMYK
RGB Variations
Color information
#BB848E (or 0xBB848E) is known color: Puce. HEX triplet: BB, 84 and 8E. RGB value is (187,132,142). Sum of RGB (Red+Green+Blue) = 187+132+142=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB848E is #447B71. Grayscale: #959595. Windows color (decimal): -4488050 or 9340091. OLE color: 9340091.
HSL color Cylindrical-coordinate representation of color #BB848E: hue angle of 349.09º 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 #BB848E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 142 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.27 |
| HSL | 349.09º | 0.29% | 0.63% | - |
| HSV(B) | 349.09º | 0.29% | 0.73% | - |
| XYZ | 33.63 | 29.02 | 29.42 | - |
| YUV | 149.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 142 | 0 | 0.29 | 0.24 | 0.27 | 349.09 | 0.29 | 0.63 |
| Hex | BB | 84 | 8E | 0 | 1D | 18 | 1B | 15D | 1D | 3F |
| Octal | 273 | 204 | 216 | 0 | 35 | 30 | 33 | 535 | 35 | 77 |
| Binary | 10111011 | 10000100 | 10001110 | 0 | 11101 | 11000 | 11011 | 101011101 | 11101 | 111111 |
Color Harmonies of #BB848E
Complementary color
Monochromatic Colors of #BB848E
Black with #BB848E
Text Example
Text Example
White with #BB848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB848E; }
p { color: rgb(187,132,142); }
H1.HeaderClassName
{
color: #BB848E;
}
.AnyTagClassName
{
color: #BB848E;
}
</style>
background-color css
<style>
a { background-color: #BB848E; }
a { background-color: rgb(187,132,142); }
div.DivClassName
{
background-color: #BB848E;
}
.BgClassName
{
background-color: #BB848E;
}
</style>
border-color css
<style>
span { border-color: #BB848E; }
span { border-color: rgb(187,132,142); }
td.TdClassName
{
border-color: #BB848E;
}
.TagClassName
{
border-color: #BB848E;
}
</style>