Shades of Puce #BC8194
Tints of Puce #BC8194
RGB
CMYK
RGB Variations
Color information
#BC8194 (or 0xBC8194) is known color: Puce. HEX triplet: BC, 81 and 94. RGB value is (188,129,148). Sum of RGB (Red+Green+Blue) = 188+129+148=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8194 is #437E6B. Grayscale: #949494. Windows color (decimal): -4423276 or 9732540. OLE color: 9732540.
HSL color Cylindrical-coordinate representation of color #BC8194: hue angle of 340.68º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8194 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 148 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.26 |
| HSL | 340.68º | 0.31% | 0.62% | - |
| HSV(B) | 340.68º | 0.31% | 0.74% | - |
| XYZ | 33.93 | 28.53 | 31.74 | - |
| YUV | 148.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 148 | 0 | 0.31 | 0.21 | 0.26 | 340.68 | 0.31 | 0.62 |
| Hex | BC | 81 | 94 | 0 | 1F | 15 | 1A | 155 | 1F | 3E |
| Octal | 274 | 201 | 224 | 0 | 37 | 25 | 32 | 525 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10010100 | 0 | 11111 | 10101 | 11010 | 101010101 | 11111 | 111110 |
Color Harmonies of #BC8194
Complementary color
Monochromatic Colors of #BC8194
Black with #BC8194
Text Example
Text Example
White with #BC8194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8194; }
p { color: rgb(188,129,148); }
H1.HeaderClassName
{
color: #BC8194;
}
.AnyTagClassName
{
color: #BC8194;
}
</style>
background-color css
<style>
a { background-color: #BC8194; }
a { background-color: rgb(188,129,148); }
div.DivClassName
{
background-color: #BC8194;
}
.BgClassName
{
background-color: #BC8194;
}
</style>
border-color css
<style>
span { border-color: #BC8194; }
span { border-color: rgb(188,129,148); }
td.TdClassName
{
border-color: #BC8194;
}
.TagClassName
{
border-color: #BC8194;
}
</style>