Shades of Puce #BF8295
Tints of Puce #BF8295
RGB
CMYK
RGB Variations
Color information
#BF8295 (or 0xBF8295) is known color: Puce. HEX triplet: BF, 82 and 95. RGB value is (191,130,149). Sum of RGB (Red+Green+Blue) = 191+130+149=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8295 is #407D6A. Grayscale: #969696. Windows color (decimal): -4226411 or 9798335. OLE color: 9798335.
HSL color Cylindrical-coordinate representation of color #BF8295: hue angle of 341.31º 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 #BF8295 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 149 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.25 |
| HSL | 341.31º | 0.32% | 0.63% | - |
| HSV(B) | 341.31º | 0.32% | 0.75% | - |
| XYZ | 34.89 | 29.21 | 32.23 | - |
| YUV | 150.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 149 | 0 | 0.32 | 0.22 | 0.25 | 341.31 | 0.32 | 0.63 |
| Hex | BF | 82 | 95 | 0 | 20 | 16 | 19 | 155 | 20 | 3F |
| Octal | 277 | 202 | 225 | 0 | 40 | 26 | 31 | 525 | 40 | 77 |
| Binary | 10111111 | 10000010 | 10010101 | 0 | 100000 | 10110 | 11001 | 101010101 | 100000 | 111111 |
Color Harmonies of #BF8295
Complementary color
Monochromatic Colors of #BF8295
Black with #BF8295
Text Example
Text Example
White with #BF8295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8295; }
p { color: rgb(191,130,149); }
H1.HeaderClassName
{
color: #BF8295;
}
.AnyTagClassName
{
color: #BF8295;
}
</style>
background-color css
<style>
a { background-color: #BF8295; }
a { background-color: rgb(191,130,149); }
div.DivClassName
{
background-color: #BF8295;
}
.BgClassName
{
background-color: #BF8295;
}
</style>
border-color css
<style>
span { border-color: #BF8295; }
span { border-color: rgb(191,130,149); }
td.TdClassName
{
border-color: #BF8295;
}
.TagClassName
{
border-color: #BF8295;
}
</style>