Shades of Puce #BD878B
Tints of Puce #BD878B
RGB
CMYK
RGB Variations
Color information
#BD878B (or 0xBD878B) is known color: Puce. HEX triplet: BD, 87 and 8B. RGB value is (189,135,139). Sum of RGB (Red+Green+Blue) = 189+135+139=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD878B is #427874. Grayscale: #979797. Windows color (decimal): -4356213 or 9144253. OLE color: 9144253.
HSL color Cylindrical-coordinate representation of color #BD878B: hue angle of 355.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD878B is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 139 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.26 |
| HSL | 355.56º | 0.29% | 0.64% | - |
| HSV(B) | 355.56º | 0.29% | 0.74% | - |
| XYZ | 34.31 | 30.01 | 28.41 | - |
| YUV | 151.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 139 | 0 | 0.29 | 0.26 | 0.26 | 355.56 | 0.29 | 0.64 |
| Hex | BD | 87 | 8B | 0 | 1D | 1A | 1A | 164 | 1D | 40 |
| Octal | 275 | 207 | 213 | 0 | 35 | 32 | 32 | 544 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10001011 | 0 | 11101 | 11010 | 11010 | 101100100 | 11101 | 1000000 |
Color Harmonies of #BD878B
Complementary color
Monochromatic Colors of #BD878B
Black with #BD878B
Text Example
Text Example
White with #BD878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD878B; }
p { color: rgb(189,135,139); }
H1.HeaderClassName
{
color: #BD878B;
}
.AnyTagClassName
{
color: #BD878B;
}
</style>
background-color css
<style>
a { background-color: #BD878B; }
a { background-color: rgb(189,135,139); }
div.DivClassName
{
background-color: #BD878B;
}
.BgClassName
{
background-color: #BD878B;
}
</style>
border-color css
<style>
span { border-color: #BD878B; }
span { border-color: rgb(189,135,139); }
td.TdClassName
{
border-color: #BD878B;
}
.TagClassName
{
border-color: #BD878B;
}
</style>