Shades of Puce #BB838E
Tints of Puce #BB838E
RGB
CMYK
RGB Variations
Color information
#BB838E (or 0xBB838E) is known color: Puce. HEX triplet: BB, 83 and 8E. RGB value is (187,131,142). Sum of RGB (Red+Green+Blue) = 187+131+142=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB838E is #447C71. Grayscale: #959595. Windows color (decimal): -4488306 or 9339835. OLE color: 9339835.
HSL color Cylindrical-coordinate representation of color #BB838E: hue angle of 348.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB838E is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 142 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.27 |
| HSL | 348.21º | 0.29% | 0.62% | - |
| HSV(B) | 348.21º | 0.3% | 0.73% | - |
| XYZ | 33.49 | 28.75 | 29.38 | - |
| YUV | 149 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 142 | 0 | 0.30 | 0.24 | 0.27 | 348.21 | 0.29 | 0.62 |
| Hex | BB | 83 | 8E | 0 | 1E | 18 | 1B | 15C | 1D | 3E |
| Octal | 273 | 203 | 216 | 0 | 36 | 30 | 33 | 534 | 35 | 76 |
| Binary | 10111011 | 10000011 | 10001110 | 0 | 11110 | 11000 | 11011 | 101011100 | 11101 | 111110 |
Color Harmonies of #BB838E
Complementary color
Monochromatic Colors of #BB838E
Black with #BB838E
Text Example
Text Example
White with #BB838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB838E; }
p { color: rgb(187,131,142); }
H1.HeaderClassName
{
color: #BB838E;
}
.AnyTagClassName
{
color: #BB838E;
}
</style>
background-color css
<style>
a { background-color: #BB838E; }
a { background-color: rgb(187,131,142); }
div.DivClassName
{
background-color: #BB838E;
}
.BgClassName
{
background-color: #BB838E;
}
</style>
border-color css
<style>
span { border-color: #BB838E; }
span { border-color: rgb(187,131,142); }
td.TdClassName
{
border-color: #BB838E;
}
.TagClassName
{
border-color: #BB838E;
}
</style>