Shades of Puce #BD7F8F
Tints of Puce #BD7F8F
RGB
CMYK
RGB Variations
Color information
#BD7F8F (or 0xBD7F8F) is known color: Puce. HEX triplet: BD, 7F and 8F. RGB value is (189,127,143). Sum of RGB (Red+Green+Blue) = 189+127+143=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F8F is #428070. Grayscale: #939393. Windows color (decimal): -4358257 or 9404349. OLE color: 9404349.
HSL color Cylindrical-coordinate representation of color #BD7F8F: hue angle of 344.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7F8F is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 143 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.26 |
| HSL | 344.52º | 0.32% | 0.62% | - |
| HSV(B) | 344.52º | 0.33% | 0.74% | - |
| XYZ | 33.53 | 27.98 | 29.62 | - |
| YUV | 147.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 143 | 0 | 0.33 | 0.24 | 0.26 | 344.52 | 0.32 | 0.62 |
| Hex | BD | 7F | 8F | 0 | 21 | 18 | 1A | 159 | 20 | 3E |
| Octal | 275 | 177 | 217 | 0 | 41 | 30 | 32 | 531 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10001111 | 0 | 100001 | 11000 | 11010 | 101011001 | 100000 | 111110 |
Color Harmonies of #BD7F8F
Complementary color
Monochromatic Colors of #BD7F8F
Black with #BD7F8F
Text Example
Text Example
White with #BD7F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F8F; }
p { color: rgb(189,127,143); }
H1.HeaderClassName
{
color: #BD7F8F;
}
.AnyTagClassName
{
color: #BD7F8F;
}
</style>
background-color css
<style>
a { background-color: #BD7F8F; }
a { background-color: rgb(189,127,143); }
div.DivClassName
{
background-color: #BD7F8F;
}
.BgClassName
{
background-color: #BD7F8F;
}
</style>
border-color css
<style>
span { border-color: #BD7F8F; }
span { border-color: rgb(189,127,143); }
td.TdClassName
{
border-color: #BD7F8F;
}
.TagClassName
{
border-color: #BD7F8F;
}
</style>