Shades of Puce #BB838F
Tints of Puce #BB838F
RGB
CMYK
RGB Variations
Color information
#BB838F (or 0xBB838F) is known color: Puce. HEX triplet: BB, 83 and 8F. RGB value is (187,131,143). Sum of RGB (Red+Green+Blue) = 187+131+143=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB838F is #447C70. Grayscale: #959595. Windows color (decimal): -4488305 or 9405371. OLE color: 9405371.
HSL color Cylindrical-coordinate representation of color #BB838F: hue angle of 347.14º 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 #BB838F is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 143 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.27 |
| HSL | 347.14º | 0.29% | 0.62% | - |
| HSV(B) | 347.14º | 0.3% | 0.73% | - |
| XYZ | 33.57 | 28.78 | 29.77 | - |
| YUV | 149.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 143 | 0 | 0.30 | 0.24 | 0.27 | 347.14 | 0.29 | 0.62 |
| Hex | BB | 83 | 8F | 0 | 1E | 18 | 1B | 15B | 1D | 3E |
| Octal | 273 | 203 | 217 | 0 | 36 | 30 | 33 | 533 | 35 | 76 |
| Binary | 10111011 | 10000011 | 10001111 | 0 | 11110 | 11000 | 11011 | 101011011 | 11101 | 111110 |
Color Harmonies of #BB838F
Complementary color
Monochromatic Colors of #BB838F
Black with #BB838F
Text Example
Text Example
White with #BB838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB838F; }
p { color: rgb(187,131,143); }
H1.HeaderClassName
{
color: #BB838F;
}
.AnyTagClassName
{
color: #BB838F;
}
</style>
background-color css
<style>
a { background-color: #BB838F; }
a { background-color: rgb(187,131,143); }
div.DivClassName
{
background-color: #BB838F;
}
.BgClassName
{
background-color: #BB838F;
}
</style>
border-color css
<style>
span { border-color: #BB838F; }
span { border-color: rgb(187,131,143); }
td.TdClassName
{
border-color: #BB838F;
}
.TagClassName
{
border-color: #BB838F;
}
</style>