Shades of Puce #BD8587
Tints of Puce #BD8587
RGB
CMYK
RGB Variations
Color information
#BD8587 (or 0xBD8587) is known color: Puce. HEX triplet: BD, 85 and 87. RGB value is (189,133,135). Sum of RGB (Red+Green+Blue) = 189+133+135=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8587 is #427A78. Grayscale: #969696. Windows color (decimal): -4356729 or 8881597. OLE color: 8881597.
HSL color Cylindrical-coordinate representation of color #BD8587: hue angle of 357.86º 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 #BD8587 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 135 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.26 |
| HSL | 357.86º | 0.3% | 0.63% | - |
| HSV(B) | 357.86º | 0.3% | 0.74% | - |
| XYZ | 33.75 | 29.34 | 26.81 | - |
| YUV | 149.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 135 | 0 | 0.30 | 0.29 | 0.26 | 357.86 | 0.3 | 0.63 |
| Hex | BD | 85 | 87 | 0 | 1E | 1D | 1A | 166 | 1E | 3F |
| Octal | 275 | 205 | 207 | 0 | 36 | 35 | 32 | 546 | 36 | 77 |
| Binary | 10111101 | 10000101 | 10000111 | 0 | 11110 | 11101 | 11010 | 101100110 | 11110 | 111111 |
Color Harmonies of #BD8587
Complementary color
Monochromatic Colors of #BD8587
Black with #BD8587
Text Example
Text Example
White with #BD8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8587; }
p { color: rgb(189,133,135); }
H1.HeaderClassName
{
color: #BD8587;
}
.AnyTagClassName
{
color: #BD8587;
}
</style>
background-color css
<style>
a { background-color: #BD8587; }
a { background-color: rgb(189,133,135); }
div.DivClassName
{
background-color: #BD8587;
}
.BgClassName
{
background-color: #BD8587;
}
</style>
border-color css
<style>
span { border-color: #BD8587; }
span { border-color: rgb(189,133,135); }
td.TdClassName
{
border-color: #BD8587;
}
.TagClassName
{
border-color: #BD8587;
}
</style>