Shades of Puce #BD858F
Tints of Puce #BD858F
RGB
CMYK
RGB Variations
Color information
#BD858F (or 0xBD858F) is known color: Puce. HEX triplet: BD, 85 and 8F. RGB value is (189,133,143). Sum of RGB (Red+Green+Blue) = 189+133+143=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD858F is #427A70. Grayscale: #969696. Windows color (decimal): -4356721 or 9405885. OLE color: 9405885.
HSL color Cylindrical-coordinate representation of color #BD858F: hue angle of 349.29º 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 #BD858F is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 143 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.26 |
| HSL | 349.29º | 0.3% | 0.63% | - |
| HSV(B) | 349.29º | 0.3% | 0.74% | - |
| XYZ | 34.33 | 29.58 | 29.89 | - |
| YUV | 150.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 143 | 0 | 0.30 | 0.24 | 0.26 | 349.29 | 0.3 | 0.63 |
| Hex | BD | 85 | 8F | 0 | 1E | 18 | 1A | 15D | 1E | 3F |
| Octal | 275 | 205 | 217 | 0 | 36 | 30 | 32 | 535 | 36 | 77 |
| Binary | 10111101 | 10000101 | 10001111 | 0 | 11110 | 11000 | 11010 | 101011101 | 11110 | 111111 |
Color Harmonies of #BD858F
Complementary color
Monochromatic Colors of #BD858F
Black with #BD858F
Text Example
Text Example
White with #BD858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD858F; }
p { color: rgb(189,133,143); }
H1.HeaderClassName
{
color: #BD858F;
}
.AnyTagClassName
{
color: #BD858F;
}
</style>
background-color css
<style>
a { background-color: #BD858F; }
a { background-color: rgb(189,133,143); }
div.DivClassName
{
background-color: #BD858F;
}
.BgClassName
{
background-color: #BD858F;
}
</style>
border-color css
<style>
span { border-color: #BD858F; }
span { border-color: rgb(189,133,143); }
td.TdClassName
{
border-color: #BD858F;
}
.TagClassName
{
border-color: #BD858F;
}
</style>