Shades of Puce #BD7F99
Tints of Puce #BD7F99
RGB
CMYK
RGB Variations
Color information
#BD7F99 (or 0xBD7F99) is known color: Puce. HEX triplet: BD, 7F and 99. RGB value is (189,127,153). Sum of RGB (Red+Green+Blue) = 189+127+153=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F99 is #428066. Grayscale: #949494. Windows color (decimal): -4358247 or 10059709. OLE color: 10059709.
HSL color Cylindrical-coordinate representation of color #BD7F99: hue angle of 334.84º 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 #BD7F99 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 153 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.26 |
| HSL | 334.84º | 0.32% | 0.62% | - |
| HSV(B) | 334.84º | 0.33% | 0.74% | - |
| XYZ | 34.33 | 28.3 | 33.79 | - |
| YUV | 148.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 153 | 0 | 0.33 | 0.19 | 0.26 | 334.84 | 0.32 | 0.62 |
| Hex | BD | 7F | 99 | 0 | 21 | 13 | 1A | 14F | 20 | 3E |
| Octal | 275 | 177 | 231 | 0 | 41 | 23 | 32 | 517 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10011001 | 0 | 100001 | 10011 | 11010 | 101001111 | 100000 | 111110 |
Color Harmonies of #BD7F99
Complementary color
Monochromatic Colors of #BD7F99
Black with #BD7F99
Text Example
Text Example
White with #BD7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F99; }
p { color: rgb(189,127,153); }
H1.HeaderClassName
{
color: #BD7F99;
}
.AnyTagClassName
{
color: #BD7F99;
}
</style>
background-color css
<style>
a { background-color: #BD7F99; }
a { background-color: rgb(189,127,153); }
div.DivClassName
{
background-color: #BD7F99;
}
.BgClassName
{
background-color: #BD7F99;
}
</style>
border-color css
<style>
span { border-color: #BD7F99; }
span { border-color: rgb(189,127,153); }
td.TdClassName
{
border-color: #BD7F99;
}
.TagClassName
{
border-color: #BD7F99;
}
</style>