Shades of Puce #BB838D
Tints of Puce #BB838D
RGB
CMYK
RGB Variations
Color information
#BB838D (or 0xBB838D) is known color: Puce. HEX triplet: BB, 83 and 8D. RGB value is (187,131,141). Sum of RGB (Red+Green+Blue) = 187+131+141=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB838D is #447C72. Grayscale: #949494. Windows color (decimal): -4488307 or 9274299. OLE color: 9274299.
HSL color Cylindrical-coordinate representation of color #BB838D: hue angle of 349.29º 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 #BB838D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 141 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.27 |
| HSL | 349.29º | 0.29% | 0.62% | - |
| HSV(B) | 349.29º | 0.3% | 0.73% | - |
| XYZ | 33.42 | 28.72 | 28.98 | - |
| YUV | 148.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 141 | 0 | 0.30 | 0.25 | 0.27 | 349.29 | 0.29 | 0.62 |
| Hex | BB | 83 | 8D | 0 | 1E | 19 | 1B | 15D | 1D | 3E |
| Octal | 273 | 203 | 215 | 0 | 36 | 31 | 33 | 535 | 35 | 76 |
| Binary | 10111011 | 10000011 | 10001101 | 0 | 11110 | 11001 | 11011 | 101011101 | 11101 | 111110 |
Color Harmonies of #BB838D
Complementary color
Monochromatic Colors of #BB838D
Black with #BB838D
Text Example
Text Example
White with #BB838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB838D; }
p { color: rgb(187,131,141); }
H1.HeaderClassName
{
color: #BB838D;
}
.AnyTagClassName
{
color: #BB838D;
}
</style>
background-color css
<style>
a { background-color: #BB838D; }
a { background-color: rgb(187,131,141); }
div.DivClassName
{
background-color: #BB838D;
}
.BgClassName
{
background-color: #BB838D;
}
</style>
border-color css
<style>
span { border-color: #BB838D; }
span { border-color: rgb(187,131,141); }
td.TdClassName
{
border-color: #BB838D;
}
.TagClassName
{
border-color: #BB838D;
}
</style>