Shades of Puce #BD858C
Tints of Puce #BD858C
RGB
CMYK
RGB Variations
Color information
#BD858C (or 0xBD858C) is known color: Puce. HEX triplet: BD, 85 and 8C. RGB value is (189,133,140). Sum of RGB (Red+Green+Blue) = 189+133+140=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD858C is #427A73. Grayscale: #969696. Windows color (decimal): -4356724 or 9209277. OLE color: 9209277.
HSL color Cylindrical-coordinate representation of color #BD858C: hue angle of 352.5º 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 #BD858C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 140 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.26 |
| HSL | 352.5º | 0.3% | 0.63% | - |
| HSV(B) | 352.5º | 0.3% | 0.74% | - |
| XYZ | 34.11 | 29.49 | 28.7 | - |
| YUV | 150.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 140 | 0 | 0.30 | 0.26 | 0.26 | 352.5 | 0.3 | 0.63 |
| Hex | BD | 85 | 8C | 0 | 1E | 1A | 1A | 160 | 1E | 3F |
| Octal | 275 | 205 | 214 | 0 | 36 | 32 | 32 | 540 | 36 | 77 |
| Binary | 10111101 | 10000101 | 10001100 | 0 | 11110 | 11010 | 11010 | 101100000 | 11110 | 111111 |
Color Harmonies of #BD858C
Complementary color
Monochromatic Colors of #BD858C
Black with #BD858C
Text Example
Text Example
White with #BD858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD858C; }
p { color: rgb(189,133,140); }
H1.HeaderClassName
{
color: #BD858C;
}
.AnyTagClassName
{
color: #BD858C;
}
</style>
background-color css
<style>
a { background-color: #BD858C; }
a { background-color: rgb(189,133,140); }
div.DivClassName
{
background-color: #BD858C;
}
.BgClassName
{
background-color: #BD858C;
}
</style>
border-color css
<style>
span { border-color: #BD858C; }
span { border-color: rgb(189,133,140); }
td.TdClassName
{
border-color: #BD858C;
}
.TagClassName
{
border-color: #BD858C;
}
</style>