Shades of Puce #BD8889
Tints of Puce #BD8889
RGB
CMYK
RGB Variations
Color information
#BD8889 (or 0xBD8889) is known color: Puce. HEX triplet: BD, 88 and 89. RGB value is (189,136,137). Sum of RGB (Red+Green+Blue) = 189+136+137=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8889 is #427776. Grayscale: #989898. Windows color (decimal): -4355959 or 9013437. OLE color: 9013437.
HSL color Cylindrical-coordinate representation of color #BD8889: hue angle of 358.87º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD8889 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 137 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.26 |
| HSL | 358.87º | 0.29% | 0.64% | - |
| HSV(B) | 358.87º | 0.28% | 0.74% | - |
| XYZ | 34.31 | 30.23 | 27.69 | - |
| YUV | 151.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 137 | 0 | 0.28 | 0.28 | 0.26 | 358.87 | 0.29 | 0.64 |
| Hex | BD | 88 | 89 | 0 | 1C | 1C | 1A | 167 | 1D | 40 |
| Octal | 275 | 210 | 211 | 0 | 34 | 34 | 32 | 547 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10001001 | 0 | 11100 | 11100 | 11010 | 101100111 | 11101 | 1000000 |
Color Harmonies of #BD8889
Complementary color
Monochromatic Colors of #BD8889
Black with #BD8889
Text Example
Text Example
White with #BD8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8889; }
p { color: rgb(189,136,137); }
H1.HeaderClassName
{
color: #BD8889;
}
.AnyTagClassName
{
color: #BD8889;
}
</style>
background-color css
<style>
a { background-color: #BD8889; }
a { background-color: rgb(189,136,137); }
div.DivClassName
{
background-color: #BD8889;
}
.BgClassName
{
background-color: #BD8889;
}
</style>
border-color css
<style>
span { border-color: #BD8889; }
span { border-color: rgb(189,136,137); }
td.TdClassName
{
border-color: #BD8889;
}
.TagClassName
{
border-color: #BD8889;
}
</style>