Shades of Puce #BD8288
Tints of Puce #BD8288
RGB
CMYK
RGB Variations
Color information
#BD8288 (or 0xBD8288) is known color: Puce. HEX triplet: BD, 82 and 88. RGB value is (189,130,136). Sum of RGB (Red+Green+Blue) = 189+130+136=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8288 is #427D77. Grayscale: #949494. Windows color (decimal): -4357496 or 8946365. OLE color: 8946365.
HSL color Cylindrical-coordinate representation of color #BD8288: hue angle of 353.9º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8288 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 136 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.26 |
| HSL | 353.9º | 0.31% | 0.63% | - |
| HSV(B) | 353.9º | 0.31% | 0.74% | - |
| XYZ | 33.41 | 28.56 | 27.04 | - |
| YUV | 148.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 136 | 0 | 0.31 | 0.28 | 0.26 | 353.9 | 0.31 | 0.63 |
| Hex | BD | 82 | 88 | 0 | 1F | 1C | 1A | 162 | 1F | 3F |
| Octal | 275 | 202 | 210 | 0 | 37 | 34 | 32 | 542 | 37 | 77 |
| Binary | 10111101 | 10000010 | 10001000 | 0 | 11111 | 11100 | 11010 | 101100010 | 11111 | 111111 |
Color Harmonies of #BD8288
Complementary color
Monochromatic Colors of #BD8288
Black with #BD8288
Text Example
Text Example
White with #BD8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8288; }
p { color: rgb(189,130,136); }
H1.HeaderClassName
{
color: #BD8288;
}
.AnyTagClassName
{
color: #BD8288;
}
</style>
background-color css
<style>
a { background-color: #BD8288; }
a { background-color: rgb(189,130,136); }
div.DivClassName
{
background-color: #BD8288;
}
.BgClassName
{
background-color: #BD8288;
}
</style>
border-color css
<style>
span { border-color: #BD8288; }
span { border-color: rgb(189,130,136); }
td.TdClassName
{
border-color: #BD8288;
}
.TagClassName
{
border-color: #BD8288;
}
</style>