Shades of Puce #BD7E94
Tints of Puce #BD7E94
RGB
CMYK
RGB Variations
Color information
#BD7E94 (or 0xBD7E94) is known color: Puce. HEX triplet: BD, 7E and 94. RGB value is (189,126,148). Sum of RGB (Red+Green+Blue) = 189+126+148=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7E94 is #42816B. Grayscale: #939393. Windows color (decimal): -4358508 or 9731773. OLE color: 9731773.
HSL color Cylindrical-coordinate representation of color #BD7E94: hue angle of 339.05º 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 #BD7E94 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 148 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.26 |
| HSL | 339.05º | 0.32% | 0.62% | - |
| HSV(B) | 339.05º | 0.33% | 0.74% | - |
| XYZ | 33.79 | 27.88 | 31.62 | - |
| YUV | 147.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 148 | 0 | 0.33 | 0.22 | 0.26 | 339.05 | 0.32 | 0.62 |
| Hex | BD | 7E | 94 | 0 | 21 | 16 | 1A | 153 | 20 | 3E |
| Octal | 275 | 176 | 224 | 0 | 41 | 26 | 32 | 523 | 40 | 76 |
| Binary | 10111101 | 1111110 | 10010100 | 0 | 100001 | 10110 | 11010 | 101010011 | 100000 | 111110 |
Color Harmonies of #BD7E94
Complementary color
Monochromatic Colors of #BD7E94
Black with #BD7E94
Text Example
Text Example
White with #BD7E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E94; }
p { color: rgb(189,126,148); }
H1.HeaderClassName
{
color: #BD7E94;
}
.AnyTagClassName
{
color: #BD7E94;
}
</style>
background-color css
<style>
a { background-color: #BD7E94; }
a { background-color: rgb(189,126,148); }
div.DivClassName
{
background-color: #BD7E94;
}
.BgClassName
{
background-color: #BD7E94;
}
</style>
border-color css
<style>
span { border-color: #BD7E94; }
span { border-color: rgb(189,126,148); }
td.TdClassName
{
border-color: #BD7E94;
}
.TagClassName
{
border-color: #BD7E94;
}
</style>