Shades of Puce #BF868C
Tints of Puce #BF868C
RGB
CMYK
RGB Variations
Color information
#BF868C (or 0xBF868C) is known color: Puce. HEX triplet: BF, 86 and 8C. RGB value is (191,134,140). Sum of RGB (Red+Green+Blue) = 191+134+140=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF868C is #407973. Grayscale: #979797. Windows color (decimal): -4225396 or 9209535. OLE color: 9209535.
HSL color Cylindrical-coordinate representation of color #BF868C: hue angle of 353.68º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF868C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 140 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.25 |
| HSL | 353.68º | 0.31% | 0.64% | - |
| HSV(B) | 353.68º | 0.3% | 0.75% | - |
| XYZ | 34.74 | 30.02 | 28.77 | - |
| YUV | 151.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 140 | 0 | 0.30 | 0.27 | 0.25 | 353.68 | 0.31 | 0.64 |
| Hex | BF | 86 | 8C | 0 | 1E | 1B | 19 | 162 | 1F | 40 |
| Octal | 277 | 206 | 214 | 0 | 36 | 33 | 31 | 542 | 37 | 100 |
| Binary | 10111111 | 10000110 | 10001100 | 0 | 11110 | 11011 | 11001 | 101100010 | 11111 | 1000000 |
Color Harmonies of #BF868C
Complementary color
Monochromatic Colors of #BF868C
Black with #BF868C
Text Example
Text Example
White with #BF868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF868C; }
p { color: rgb(191,134,140); }
H1.HeaderClassName
{
color: #BF868C;
}
.AnyTagClassName
{
color: #BF868C;
}
</style>
background-color css
<style>
a { background-color: #BF868C; }
a { background-color: rgb(191,134,140); }
div.DivClassName
{
background-color: #BF868C;
}
.BgClassName
{
background-color: #BF868C;
}
</style>
border-color css
<style>
span { border-color: #BF868C; }
span { border-color: rgb(191,134,140); }
td.TdClassName
{
border-color: #BF868C;
}
.TagClassName
{
border-color: #BF868C;
}
</style>