Shades of Puce #BF828D
Tints of Puce #BF828D
RGB
CMYK
RGB Variations
Color information
#BF828D (or 0xBF828D) is known color: Puce. HEX triplet: BF, 82 and 8D. RGB value is (191,130,141). Sum of RGB (Red+Green+Blue) = 191+130+141=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF828D is #407D72. Grayscale: #959595. Windows color (decimal): -4226419 or 9274047. OLE color: 9274047.
HSL color Cylindrical-coordinate representation of color #BF828D: hue angle of 349.18º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF828D is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 141 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.25 |
| HSL | 349.18º | 0.32% | 0.63% | - |
| HSV(B) | 349.18º | 0.32% | 0.75% | - |
| XYZ | 34.28 | 28.96 | 28.98 | - |
| YUV | 149.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 141 | 0 | 0.32 | 0.26 | 0.25 | 349.18 | 0.32 | 0.63 |
| Hex | BF | 82 | 8D | 0 | 20 | 1A | 19 | 15D | 20 | 3F |
| Octal | 277 | 202 | 215 | 0 | 40 | 32 | 31 | 535 | 40 | 77 |
| Binary | 10111111 | 10000010 | 10001101 | 0 | 100000 | 11010 | 11001 | 101011101 | 100000 | 111111 |
Color Harmonies of #BF828D
Complementary color
Monochromatic Colors of #BF828D
Black with #BF828D
Text Example
Text Example
White with #BF828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF828D; }
p { color: rgb(191,130,141); }
H1.HeaderClassName
{
color: #BF828D;
}
.AnyTagClassName
{
color: #BF828D;
}
</style>
background-color css
<style>
a { background-color: #BF828D; }
a { background-color: rgb(191,130,141); }
div.DivClassName
{
background-color: #BF828D;
}
.BgClassName
{
background-color: #BF828D;
}
</style>
border-color css
<style>
span { border-color: #BF828D; }
span { border-color: rgb(191,130,141); }
td.TdClassName
{
border-color: #BF828D;
}
.TagClassName
{
border-color: #BF828D;
}
</style>