Shades of Puce #BD808C
Tints of Puce #BD808C
RGB
CMYK
RGB Variations
Color information
#BD808C (or 0xBD808C) is known color: Puce. HEX triplet: BD, 80 and 8C. RGB value is (189,128,140). Sum of RGB (Red+Green+Blue) = 189+128+140=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD808C is #427F73. Grayscale: #939393. Windows color (decimal): -4358004 or 9207997. OLE color: 9207997.
HSL color Cylindrical-coordinate representation of color #BD808C: hue angle of 348.2º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD808C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 140 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.26 |
| HSL | 348.2º | 0.32% | 0.62% | - |
| HSV(B) | 348.2º | 0.32% | 0.74% | - |
| XYZ | 33.44 | 28.15 | 28.48 | - |
| YUV | 147.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 140 | 0 | 0.32 | 0.26 | 0.26 | 348.2 | 0.32 | 0.62 |
| Hex | BD | 80 | 8C | 0 | 20 | 1A | 1A | 15C | 20 | 3E |
| Octal | 275 | 200 | 214 | 0 | 40 | 32 | 32 | 534 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10001100 | 0 | 100000 | 11010 | 11010 | 101011100 | 100000 | 111110 |
Color Harmonies of #BD808C
Complementary color
Monochromatic Colors of #BD808C
Black with #BD808C
Text Example
Text Example
White with #BD808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD808C; }
p { color: rgb(189,128,140); }
H1.HeaderClassName
{
color: #BD808C;
}
.AnyTagClassName
{
color: #BD808C;
}
</style>
background-color css
<style>
a { background-color: #BD808C; }
a { background-color: rgb(189,128,140); }
div.DivClassName
{
background-color: #BD808C;
}
.BgClassName
{
background-color: #BD808C;
}
</style>
border-color css
<style>
span { border-color: #BD808C; }
span { border-color: rgb(189,128,140); }
td.TdClassName
{
border-color: #BD808C;
}
.TagClassName
{
border-color: #BD808C;
}
</style>