Shades of Puce #BB848C
Tints of Puce #BB848C
RGB
CMYK
RGB Variations
Color information
#BB848C (or 0xBB848C) is known color: Puce. HEX triplet: BB, 84 and 8C. RGB value is (187,132,140). Sum of RGB (Red+Green+Blue) = 187+132+140=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB848C is #447B73. Grayscale: #959595. Windows color (decimal): -4488052 or 9209019. OLE color: 9209019.
HSL color Cylindrical-coordinate representation of color #BB848C: hue angle of 351.27º 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 #BB848C is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 140 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.27 |
| HSL | 351.27º | 0.29% | 0.63% | - |
| HSV(B) | 351.27º | 0.29% | 0.73% | - |
| XYZ | 33.48 | 28.96 | 28.64 | - |
| YUV | 149.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 140 | 0 | 0.29 | 0.25 | 0.27 | 351.27 | 0.29 | 0.63 |
| Hex | BB | 84 | 8C | 0 | 1D | 19 | 1B | 15F | 1D | 3F |
| Octal | 273 | 204 | 214 | 0 | 35 | 31 | 33 | 537 | 35 | 77 |
| Binary | 10111011 | 10000100 | 10001100 | 0 | 11101 | 11001 | 11011 | 101011111 | 11101 | 111111 |
Color Harmonies of #BB848C
Complementary color
Monochromatic Colors of #BB848C
Black with #BB848C
Text Example
Text Example
White with #BB848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB848C; }
p { color: rgb(187,132,140); }
H1.HeaderClassName
{
color: #BB848C;
}
.AnyTagClassName
{
color: #BB848C;
}
</style>
background-color css
<style>
a { background-color: #BB848C; }
a { background-color: rgb(187,132,140); }
div.DivClassName
{
background-color: #BB848C;
}
.BgClassName
{
background-color: #BB848C;
}
</style>
border-color css
<style>
span { border-color: #BB848C; }
span { border-color: rgb(187,132,140); }
td.TdClassName
{
border-color: #BB848C;
}
.TagClassName
{
border-color: #BB848C;
}
</style>