Shades of Puce #BD8293
Tints of Puce #BD8293
RGB
CMYK
RGB Variations
Color information
#BD8293 (or 0xBD8293) is known color: Puce. HEX triplet: BD, 82 and 93. RGB value is (189,130,147). Sum of RGB (Red+Green+Blue) = 189+130+147=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8293 is #427D6C. Grayscale: #959595. Windows color (decimal): -4357485 or 9667261. OLE color: 9667261.
HSL color Cylindrical-coordinate representation of color #BD8293: hue angle of 342.71º 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 #BD8293 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 147 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.26 |
| HSL | 342.71º | 0.31% | 0.63% | - |
| HSV(B) | 342.71º | 0.31% | 0.74% | - |
| XYZ | 34.24 | 28.89 | 31.38 | - |
| YUV | 149.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 147 | 0 | 0.31 | 0.22 | 0.26 | 342.71 | 0.31 | 0.63 |
| Hex | BD | 82 | 93 | 0 | 1F | 16 | 1A | 157 | 1F | 3F |
| Octal | 275 | 202 | 223 | 0 | 37 | 26 | 32 | 527 | 37 | 77 |
| Binary | 10111101 | 10000010 | 10010011 | 0 | 11111 | 10110 | 11010 | 101010111 | 11111 | 111111 |
Color Harmonies of #BD8293
Complementary color
Monochromatic Colors of #BD8293
Black with #BD8293
Text Example
Text Example
White with #BD8293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8293; }
p { color: rgb(189,130,147); }
H1.HeaderClassName
{
color: #BD8293;
}
.AnyTagClassName
{
color: #BD8293;
}
</style>
background-color css
<style>
a { background-color: #BD8293; }
a { background-color: rgb(189,130,147); }
div.DivClassName
{
background-color: #BD8293;
}
.BgClassName
{
background-color: #BD8293;
}
</style>
border-color css
<style>
span { border-color: #BD8293; }
span { border-color: rgb(189,130,147); }
td.TdClassName
{
border-color: #BD8293;
}
.TagClassName
{
border-color: #BD8293;
}
</style>