Shades of Puce #BC7D94
Tints of Puce #BC7D94
RGB
CMYK
RGB Variations
Color information
#BC7D94 (or 0xBC7D94) is known color: Puce. HEX triplet: BC, 7D and 94. RGB value is (188,125,148). Sum of RGB (Red+Green+Blue) = 188+125+148=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D94 is #43826B. Grayscale: #929292. Windows color (decimal): -4424300 or 9731516. OLE color: 9731516.
HSL color Cylindrical-coordinate representation of color #BC7D94: hue angle of 338.1º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7D94 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 148 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.26 |
| HSL | 338.1º | 0.32% | 0.61% | - |
| HSV(B) | 338.1º | 0.34% | 0.74% | - |
| XYZ | 33.42 | 27.5 | 31.56 | - |
| YUV | 146.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 148 | 0 | 0.34 | 0.21 | 0.26 | 338.1 | 0.32 | 0.61 |
| Hex | BC | 7D | 94 | 0 | 22 | 15 | 1A | 152 | 20 | 3D |
| Octal | 274 | 175 | 224 | 0 | 42 | 25 | 32 | 522 | 40 | 75 |
| Binary | 10111100 | 1111101 | 10010100 | 0 | 100010 | 10101 | 11010 | 101010010 | 100000 | 111101 |
Color Harmonies of #BC7D94
Complementary color
Monochromatic Colors of #BC7D94
Black with #BC7D94
Text Example
Text Example
White with #BC7D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D94; }
p { color: rgb(188,125,148); }
H1.HeaderClassName
{
color: #BC7D94;
}
.AnyTagClassName
{
color: #BC7D94;
}
</style>
background-color css
<style>
a { background-color: #BC7D94; }
a { background-color: rgb(188,125,148); }
div.DivClassName
{
background-color: #BC7D94;
}
.BgClassName
{
background-color: #BC7D94;
}
</style>
border-color css
<style>
span { border-color: #BC7D94; }
span { border-color: rgb(188,125,148); }
td.TdClassName
{
border-color: #BC7D94;
}
.TagClassName
{
border-color: #BC7D94;
}
</style>