Shades of Puce #BD808D
Tints of Puce #BD808D
RGB
CMYK
RGB Variations
Color information
#BD808D (or 0xBD808D) is known color: Puce. HEX triplet: BD, 80 and 8D. RGB value is (189,128,141). Sum of RGB (Red+Green+Blue) = 189+128+141=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD808D is #427F72. Grayscale: #939393. Windows color (decimal): -4358003 or 9273533. OLE color: 9273533.
HSL color Cylindrical-coordinate representation of color #BD808D: hue angle of 347.21º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD808D is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 141 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.26 |
| HSL | 347.21º | 0.32% | 0.62% | - |
| HSV(B) | 347.21º | 0.32% | 0.74% | - |
| XYZ | 33.51 | 28.18 | 28.87 | - |
| YUV | 147.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 141 | 0 | 0.32 | 0.25 | 0.26 | 347.21 | 0.32 | 0.62 |
| Hex | BD | 80 | 8D | 0 | 20 | 19 | 1A | 15B | 20 | 3E |
| Octal | 275 | 200 | 215 | 0 | 40 | 31 | 32 | 533 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10001101 | 0 | 100000 | 11001 | 11010 | 101011011 | 100000 | 111110 |
Color Harmonies of #BD808D
Complementary color
Monochromatic Colors of #BD808D
Black with #BD808D
Text Example
Text Example
White with #BD808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD808D; }
p { color: rgb(189,128,141); }
H1.HeaderClassName
{
color: #BD808D;
}
.AnyTagClassName
{
color: #BD808D;
}
</style>
background-color css
<style>
a { background-color: #BD808D; }
a { background-color: rgb(189,128,141); }
div.DivClassName
{
background-color: #BD808D;
}
.BgClassName
{
background-color: #BD808D;
}
</style>
border-color css
<style>
span { border-color: #BD808D; }
span { border-color: rgb(189,128,141); }
td.TdClassName
{
border-color: #BD808D;
}
.TagClassName
{
border-color: #BD808D;
}
</style>