Shades of Puce #BD888F
Tints of Puce #BD888F
RGB
CMYK
RGB Variations
Color information
#BD888F (or 0xBD888F) is known color: Puce. HEX triplet: BD, 88 and 8F. RGB value is (189,136,143). Sum of RGB (Red+Green+Blue) = 189+136+143=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD888F is #427770. Grayscale: #989898. Windows color (decimal): -4355953 or 9406653. OLE color: 9406653.
HSL color Cylindrical-coordinate representation of color #BD888F: hue angle of 352.08º 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 #BD888F is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 143 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.26 |
| HSL | 352.08º | 0.29% | 0.64% | - |
| HSV(B) | 352.08º | 0.28% | 0.74% | - |
| XYZ | 34.75 | 30.41 | 30.02 | - |
| YUV | 152.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 143 | 0 | 0.28 | 0.24 | 0.26 | 352.08 | 0.29 | 0.64 |
| Hex | BD | 88 | 8F | 0 | 1C | 18 | 1A | 160 | 1D | 40 |
| Octal | 275 | 210 | 217 | 0 | 34 | 30 | 32 | 540 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10001111 | 0 | 11100 | 11000 | 11010 | 101100000 | 11101 | 1000000 |
Color Harmonies of #BD888F
Complementary color
Monochromatic Colors of #BD888F
Black with #BD888F
Text Example
Text Example
White with #BD888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD888F; }
p { color: rgb(189,136,143); }
H1.HeaderClassName
{
color: #BD888F;
}
.AnyTagClassName
{
color: #BD888F;
}
</style>
background-color css
<style>
a { background-color: #BD888F; }
a { background-color: rgb(189,136,143); }
div.DivClassName
{
background-color: #BD888F;
}
.BgClassName
{
background-color: #BD888F;
}
</style>
border-color css
<style>
span { border-color: #BD888F; }
span { border-color: rgb(189,136,143); }
td.TdClassName
{
border-color: #BD888F;
}
.TagClassName
{
border-color: #BD888F;
}
</style>