Shades of Puce #BD7F93
Tints of Puce #BD7F93
RGB
CMYK
RGB Variations
Color information
#BD7F93 (or 0xBD7F93) is known color: Puce. HEX triplet: BD, 7F and 93. RGB value is (189,127,147). Sum of RGB (Red+Green+Blue) = 189+127+147=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F93 is #42806C. Grayscale: #939393. Windows color (decimal): -4358253 or 9666493. OLE color: 9666493.
HSL color Cylindrical-coordinate representation of color #BD7F93: hue angle of 340.65º 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 #BD7F93 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 147 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.26 |
| HSL | 340.65º | 0.32% | 0.62% | - |
| HSV(B) | 340.65º | 0.33% | 0.74% | - |
| XYZ | 33.84 | 28.1 | 31.24 | - |
| YUV | 147.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 147 | 0 | 0.33 | 0.22 | 0.26 | 340.65 | 0.32 | 0.62 |
| Hex | BD | 7F | 93 | 0 | 21 | 16 | 1A | 155 | 20 | 3E |
| Octal | 275 | 177 | 223 | 0 | 41 | 26 | 32 | 525 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10010011 | 0 | 100001 | 10110 | 11010 | 101010101 | 100000 | 111110 |
Color Harmonies of #BD7F93
Complementary color
Monochromatic Colors of #BD7F93
Black with #BD7F93
Text Example
Text Example
White with #BD7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F93; }
p { color: rgb(189,127,147); }
H1.HeaderClassName
{
color: #BD7F93;
}
.AnyTagClassName
{
color: #BD7F93;
}
</style>
background-color css
<style>
a { background-color: #BD7F93; }
a { background-color: rgb(189,127,147); }
div.DivClassName
{
background-color: #BD7F93;
}
.BgClassName
{
background-color: #BD7F93;
}
</style>
border-color css
<style>
span { border-color: #BD7F93; }
span { border-color: rgb(189,127,147); }
td.TdClassName
{
border-color: #BD7F93;
}
.TagClassName
{
border-color: #BD7F93;
}
</style>