Shades of Puce #BF8293
Tints of Puce #BF8293
RGB
CMYK
RGB Variations
Color information
#BF8293 (or 0xBF8293) is known color: Puce. HEX triplet: BF, 82 and 93. RGB value is (191,130,147). Sum of RGB (Red+Green+Blue) = 191+130+147=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8293 is #407D6C. Grayscale: #969696. Windows color (decimal): -4226413 or 9667263. OLE color: 9667263.
HSL color Cylindrical-coordinate representation of color #BF8293: hue angle of 343.28º 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 #BF8293 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 130 | 147 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.25 |
| HSL | 343.28º | 0.32% | 0.63% | - |
| HSV(B) | 343.28º | 0.32% | 0.75% | - |
| XYZ | 34.73 | 29.15 | 31.4 | - |
| YUV | 150.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 147 | 0 | 0.32 | 0.23 | 0.25 | 343.28 | 0.32 | 0.63 |
| Hex | BF | 82 | 93 | 0 | 20 | 17 | 19 | 157 | 20 | 3F |
| Octal | 277 | 202 | 223 | 0 | 40 | 27 | 31 | 527 | 40 | 77 |
| Binary | 10111111 | 10000010 | 10010011 | 0 | 100000 | 10111 | 11001 | 101010111 | 100000 | 111111 |
Color Harmonies of #BF8293
Complementary color
Monochromatic Colors of #BF8293
Black with #BF8293
Text Example
Text Example
White with #BF8293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8293; }
p { color: rgb(191,130,147); }
H1.HeaderClassName
{
color: #BF8293;
}
.AnyTagClassName
{
color: #BF8293;
}
</style>
background-color css
<style>
a { background-color: #BF8293; }
a { background-color: rgb(191,130,147); }
div.DivClassName
{
background-color: #BF8293;
}
.BgClassName
{
background-color: #BF8293;
}
</style>
border-color css
<style>
span { border-color: #BF8293; }
span { border-color: rgb(191,130,147); }
td.TdClassName
{
border-color: #BF8293;
}
.TagClassName
{
border-color: #BF8293;
}
</style>