Shades of Puce #BD878A
Tints of Puce #BD878A
RGB
CMYK
RGB Variations
Color information
#BD878A (or 0xBD878A) is known color: Puce. HEX triplet: BD, 87 and 8A. RGB value is (189,135,138). Sum of RGB (Red+Green+Blue) = 189+135+138=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD878A is #427875. Grayscale: #979797. Windows color (decimal): -4356214 or 9078717. OLE color: 9078717.
HSL color Cylindrical-coordinate representation of color #BD878A: hue angle of 356.67º 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 #BD878A is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 138 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.26 |
| HSL | 356.67º | 0.29% | 0.64% | - |
| HSV(B) | 356.67º | 0.29% | 0.74% | - |
| XYZ | 34.24 | 29.98 | 28.03 | - |
| YUV | 151.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 138 | 0 | 0.29 | 0.27 | 0.26 | 356.67 | 0.29 | 0.64 |
| Hex | BD | 87 | 8A | 0 | 1D | 1B | 1A | 165 | 1D | 40 |
| Octal | 275 | 207 | 212 | 0 | 35 | 33 | 32 | 545 | 35 | 100 |
| Binary | 10111101 | 10000111 | 10001010 | 0 | 11101 | 11011 | 11010 | 101100101 | 11101 | 1000000 |
Color Harmonies of #BD878A
Complementary color
Monochromatic Colors of #BD878A
Black with #BD878A
Text Example
Text Example
White with #BD878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD878A; }
p { color: rgb(189,135,138); }
H1.HeaderClassName
{
color: #BD878A;
}
.AnyTagClassName
{
color: #BD878A;
}
</style>
background-color css
<style>
a { background-color: #BD878A; }
a { background-color: rgb(189,135,138); }
div.DivClassName
{
background-color: #BD878A;
}
.BgClassName
{
background-color: #BD878A;
}
</style>
border-color css
<style>
span { border-color: #BD878A; }
span { border-color: rgb(189,135,138); }
td.TdClassName
{
border-color: #BD878A;
}
.TagClassName
{
border-color: #BD878A;
}
</style>