Shades of Puce #BD7D95
Tints of Puce #BD7D95
RGB
CMYK
RGB Variations
Color information
#BD7D95 (or 0xBD7D95) is known color: Puce. HEX triplet: BD, 7D and 95. RGB value is (189,125,149). Sum of RGB (Red+Green+Blue) = 189+125+149=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7D95 is #42826A. Grayscale: #929292. Windows color (decimal): -4358763 or 9797053. OLE color: 9797053.
HSL color Cylindrical-coordinate representation of color #BD7D95: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7D95 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 125 | 149 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.26 |
| HSL | 337.5º | 0.33% | 0.62% | - |
| HSV(B) | 337.5º | 0.34% | 0.74% | - |
| XYZ | 33.74 | 27.66 | 31.99 | - |
| YUV | 146.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 149 | 0 | 0.34 | 0.21 | 0.26 | 337.5 | 0.33 | 0.62 |
| Hex | BD | 7D | 95 | 0 | 22 | 15 | 1A | 152 | 21 | 3E |
| Octal | 275 | 175 | 225 | 0 | 42 | 25 | 32 | 522 | 41 | 76 |
| Binary | 10111101 | 1111101 | 10010101 | 0 | 100010 | 10101 | 11010 | 101010010 | 100001 | 111110 |
Color Harmonies of #BD7D95
Complementary color
Monochromatic Colors of #BD7D95
Black with #BD7D95
Text Example
Text Example
White with #BD7D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7D95; }
p { color: rgb(189,125,149); }
H1.HeaderClassName
{
color: #BD7D95;
}
.AnyTagClassName
{
color: #BD7D95;
}
</style>
background-color css
<style>
a { background-color: #BD7D95; }
a { background-color: rgb(189,125,149); }
div.DivClassName
{
background-color: #BD7D95;
}
.BgClassName
{
background-color: #BD7D95;
}
</style>
border-color css
<style>
span { border-color: #BD7D95; }
span { border-color: rgb(189,125,149); }
td.TdClassName
{
border-color: #BD7D95;
}
.TagClassName
{
border-color: #BD7D95;
}
</style>