Shades of Puce #BD858D
Tints of Puce #BD858D
RGB
CMYK
RGB Variations
Color information
#BD858D (or 0xBD858D) is known color: Puce. HEX triplet: BD, 85 and 8D. RGB value is (189,133,141). Sum of RGB (Red+Green+Blue) = 189+133+141=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD858D is #427A72. Grayscale: #969696. Windows color (decimal): -4356723 or 9274813. OLE color: 9274813.
HSL color Cylindrical-coordinate representation of color #BD858D: hue angle of 351.43º 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 #BD858D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 141 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.26 |
| HSL | 351.43º | 0.3% | 0.63% | - |
| HSV(B) | 351.43º | 0.3% | 0.74% | - |
| XYZ | 34.18 | 29.52 | 29.1 | - |
| YUV | 150.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 141 | 0 | 0.30 | 0.25 | 0.26 | 351.43 | 0.3 | 0.63 |
| Hex | BD | 85 | 8D | 0 | 1E | 19 | 1A | 15F | 1E | 3F |
| Octal | 275 | 205 | 215 | 0 | 36 | 31 | 32 | 537 | 36 | 77 |
| Binary | 10111101 | 10000101 | 10001101 | 0 | 11110 | 11001 | 11010 | 101011111 | 11110 | 111111 |
Color Harmonies of #BD858D
Complementary color
Monochromatic Colors of #BD858D
Black with #BD858D
Text Example
Text Example
White with #BD858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD858D; }
p { color: rgb(189,133,141); }
H1.HeaderClassName
{
color: #BD858D;
}
.AnyTagClassName
{
color: #BD858D;
}
</style>
background-color css
<style>
a { background-color: #BD858D; }
a { background-color: rgb(189,133,141); }
div.DivClassName
{
background-color: #BD858D;
}
.BgClassName
{
background-color: #BD858D;
}
</style>
border-color css
<style>
span { border-color: #BD858D; }
span { border-color: rgb(189,133,141); }
td.TdClassName
{
border-color: #BD858D;
}
.TagClassName
{
border-color: #BD858D;
}
</style>