Shades of Puce #BD868D
Tints of Puce #BD868D
RGB
CMYK
RGB Variations
Color information
#BD868D (or 0xBD868D) is known color: Puce. HEX triplet: BD, 86 and 8D. RGB value is (189,134,141). Sum of RGB (Red+Green+Blue) = 189+134+141=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD868D is #427972. Grayscale: #979797. Windows color (decimal): -4356467 or 9275069. OLE color: 9275069.
HSL color Cylindrical-coordinate representation of color #BD868D: hue angle of 352.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD868D is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 141 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.26 |
| HSL | 352.36º | 0.29% | 0.63% | - |
| HSV(B) | 352.36º | 0.29% | 0.74% | - |
| XYZ | 34.32 | 29.79 | 29.14 | - |
| YUV | 151.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 141 | 0 | 0.29 | 0.25 | 0.26 | 352.36 | 0.29 | 0.63 |
| Hex | BD | 86 | 8D | 0 | 1D | 19 | 1A | 160 | 1D | 3F |
| Octal | 275 | 206 | 215 | 0 | 35 | 31 | 32 | 540 | 35 | 77 |
| Binary | 10111101 | 10000110 | 10001101 | 0 | 11101 | 11001 | 11010 | 101100000 | 11101 | 111111 |
Color Harmonies of #BD868D
Complementary color
Monochromatic Colors of #BD868D
Black with #BD868D
Text Example
Text Example
White with #BD868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD868D; }
p { color: rgb(189,134,141); }
H1.HeaderClassName
{
color: #BD868D;
}
.AnyTagClassName
{
color: #BD868D;
}
</style>
background-color css
<style>
a { background-color: #BD868D; }
a { background-color: rgb(189,134,141); }
div.DivClassName
{
background-color: #BD868D;
}
.BgClassName
{
background-color: #BD868D;
}
</style>
border-color css
<style>
span { border-color: #BD868D; }
span { border-color: rgb(189,134,141); }
td.TdClassName
{
border-color: #BD868D;
}
.TagClassName
{
border-color: #BD868D;
}
</style>