Shades of Puce #BC7E92
Tints of Puce #BC7E92
RGB
CMYK
RGB Variations
Color information
#BC7E92 (or 0xBC7E92) is known color: Puce. HEX triplet: BC, 7E and 92. RGB value is (188,126,146). Sum of RGB (Red+Green+Blue) = 188+126+146=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E92 is #43816D. Grayscale: #929292. Windows color (decimal): -4424046 or 9600700. OLE color: 9600700.
HSL color Cylindrical-coordinate representation of color #BC7E92: 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 #BC7E92 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 146 | - |
| 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.39 | 27.69 | 30.78 | - |
| YUV | 146.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 146 | 0 | 0.33 | 0.22 | 0.26 | 340.65 | 0.32 | 0.62 |
| Hex | BC | 7E | 92 | 0 | 21 | 16 | 1A | 155 | 20 | 3E |
| Octal | 274 | 176 | 222 | 0 | 41 | 26 | 32 | 525 | 40 | 76 |
| Binary | 10111100 | 1111110 | 10010010 | 0 | 100001 | 10110 | 11010 | 101010101 | 100000 | 111110 |
Color Harmonies of #BC7E92
Complementary color
Monochromatic Colors of #BC7E92
Black with #BC7E92
Text Example
Text Example
White with #BC7E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E92; }
p { color: rgb(188,126,146); }
H1.HeaderClassName
{
color: #BC7E92;
}
.AnyTagClassName
{
color: #BC7E92;
}
</style>
background-color css
<style>
a { background-color: #BC7E92; }
a { background-color: rgb(188,126,146); }
div.DivClassName
{
background-color: #BC7E92;
}
.BgClassName
{
background-color: #BC7E92;
}
</style>
border-color css
<style>
span { border-color: #BC7E92; }
span { border-color: rgb(188,126,146); }
td.TdClassName
{
border-color: #BC7E92;
}
.TagClassName
{
border-color: #BC7E92;
}
</style>