Shades of Puce #BD7C93
Tints of Puce #BD7C93
RGB
CMYK
RGB Variations
Color information
#BD7C93 (or 0xBD7C93) is known color: Puce. HEX triplet: BD, 7C and 93. RGB value is (189,124,147). Sum of RGB (Red+Green+Blue) = 189+124+147=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7C93 is #42836C. Grayscale: #929292. Windows color (decimal): -4359021 or 9665725. OLE color: 9665725.
HSL color Cylindrical-coordinate representation of color #BD7C93: hue angle of 338.77º degrees, saturation: 0.33, 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 #BD7C93 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 124 | 147 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.26 |
| HSL | 338.77º | 0.33% | 0.61% | - |
| HSV(B) | 338.77º | 0.34% | 0.74% | - |
| XYZ | 33.46 | 27.34 | 31.12 | - |
| YUV | 146.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 147 | 0 | 0.34 | 0.22 | 0.26 | 338.77 | 0.33 | 0.61 |
| Hex | BD | 7C | 93 | 0 | 22 | 16 | 1A | 153 | 21 | 3D |
| Octal | 275 | 174 | 223 | 0 | 42 | 26 | 32 | 523 | 41 | 75 |
| Binary | 10111101 | 1111100 | 10010011 | 0 | 100010 | 10110 | 11010 | 101010011 | 100001 | 111101 |
Color Harmonies of #BD7C93
Complementary color
Monochromatic Colors of #BD7C93
Black with #BD7C93
Text Example
Text Example
White with #BD7C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7C93; }
p { color: rgb(189,124,147); }
H1.HeaderClassName
{
color: #BD7C93;
}
.AnyTagClassName
{
color: #BD7C93;
}
</style>
background-color css
<style>
a { background-color: #BD7C93; }
a { background-color: rgb(189,124,147); }
div.DivClassName
{
background-color: #BD7C93;
}
.BgClassName
{
background-color: #BD7C93;
}
</style>
border-color css
<style>
span { border-color: #BD7C93; }
span { border-color: rgb(189,124,147); }
td.TdClassName
{
border-color: #BD7C93;
}
.TagClassName
{
border-color: #BD7C93;
}
</style>