Shades of Puce #BD8588
Tints of Puce #BD8588
RGB
CMYK
RGB Variations
Color information
#BD8588 (or 0xBD8588) is known color: Puce. HEX triplet: BD, 85 and 88. RGB value is (189,133,136). Sum of RGB (Red+Green+Blue) = 189+133+136=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8588 is #427A77. Grayscale: #969696. Windows color (decimal): -4356728 or 8947133. OLE color: 8947133.
HSL color Cylindrical-coordinate representation of color #BD8588: hue angle of 356.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8588 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 136 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.26 |
| HSL | 356.79º | 0.3% | 0.63% | - |
| HSV(B) | 356.79º | 0.3% | 0.74% | - |
| XYZ | 33.82 | 29.37 | 27.18 | - |
| YUV | 150.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 136 | 0 | 0.30 | 0.28 | 0.26 | 356.79 | 0.3 | 0.63 |
| Hex | BD | 85 | 88 | 0 | 1E | 1C | 1A | 165 | 1E | 3F |
| Octal | 275 | 205 | 210 | 0 | 36 | 34 | 32 | 545 | 36 | 77 |
| Binary | 10111101 | 10000101 | 10001000 | 0 | 11110 | 11100 | 11010 | 101100101 | 11110 | 111111 |
Color Harmonies of #BD8588
Complementary color
Monochromatic Colors of #BD8588
Black with #BD8588
Text Example
Text Example
White with #BD8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8588; }
p { color: rgb(189,133,136); }
H1.HeaderClassName
{
color: #BD8588;
}
.AnyTagClassName
{
color: #BD8588;
}
</style>
background-color css
<style>
a { background-color: #BD8588; }
a { background-color: rgb(189,133,136); }
div.DivClassName
{
background-color: #BD8588;
}
.BgClassName
{
background-color: #BD8588;
}
</style>
border-color css
<style>
span { border-color: #BD8588; }
span { border-color: rgb(189,133,136); }
td.TdClassName
{
border-color: #BD8588;
}
.TagClassName
{
border-color: #BD8588;
}
</style>