Shades of Puce #BF8397
Tints of Puce #BF8397
RGB
CMYK
RGB Variations
Color information
#BF8397 (or 0xBF8397) is known color: Puce. HEX triplet: BF, 83 and 97. RGB value is (191,131,151). Sum of RGB (Red+Green+Blue) = 191+131+151=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8397 is #407C68. Grayscale: #979797. Windows color (decimal): -4226153 or 9929663. OLE color: 9929663.
HSL color Cylindrical-coordinate representation of color #BF8397: hue angle of 340º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8397 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 151 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.25 |
| HSL | 340º | 0.32% | 0.63% | - |
| HSV(B) | 340º | 0.31% | 0.75% | - |
| XYZ | 35.19 | 29.54 | 33.13 | - |
| YUV | 151.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 151 | 0 | 0.31 | 0.21 | 0.25 | 340 | 0.32 | 0.63 |
| Hex | BF | 83 | 97 | 0 | 1F | 15 | 19 | 154 | 20 | 3F |
| Octal | 277 | 203 | 227 | 0 | 37 | 25 | 31 | 524 | 40 | 77 |
| Binary | 10111111 | 10000011 | 10010111 | 0 | 11111 | 10101 | 11001 | 101010100 | 100000 | 111111 |
Color Harmonies of #BF8397
Complementary color
Monochromatic Colors of #BF8397
Black with #BF8397
Text Example
Text Example
White with #BF8397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8397; }
p { color: rgb(191,131,151); }
H1.HeaderClassName
{
color: #BF8397;
}
.AnyTagClassName
{
color: #BF8397;
}
</style>
background-color css
<style>
a { background-color: #BF8397; }
a { background-color: rgb(191,131,151); }
div.DivClassName
{
background-color: #BF8397;
}
.BgClassName
{
background-color: #BF8397;
}
</style>
border-color css
<style>
span { border-color: #BF8397; }
span { border-color: rgb(191,131,151); }
td.TdClassName
{
border-color: #BF8397;
}
.TagClassName
{
border-color: #BF8397;
}
</style>