Shades of Puce #BF8689
Tints of Puce #BF8689
RGB
CMYK
RGB Variations
Color information
#BF8689 (or 0xBF8689) is known color: Puce. HEX triplet: BF, 86 and 89. RGB value is (191,134,137). Sum of RGB (Red+Green+Blue) = 191+134+137=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8689 is #407976. Grayscale: #979797. Windows color (decimal): -4225399 or 9012927. OLE color: 9012927.
HSL color Cylindrical-coordinate representation of color #BF8689: hue angle of 356.84º 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 #BF8689 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 137 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.25 |
| HSL | 356.84º | 0.31% | 0.64% | - |
| HSV(B) | 356.84º | 0.3% | 0.75% | - |
| XYZ | 34.53 | 29.93 | 27.62 | - |
| YUV | 151.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 137 | 0 | 0.30 | 0.28 | 0.25 | 356.84 | 0.31 | 0.64 |
| Hex | BF | 86 | 89 | 0 | 1E | 1C | 19 | 165 | 1F | 40 |
| Octal | 277 | 206 | 211 | 0 | 36 | 34 | 31 | 545 | 37 | 100 |
| Binary | 10111111 | 10000110 | 10001001 | 0 | 11110 | 11100 | 11001 | 101100101 | 11111 | 1000000 |
Color Harmonies of #BF8689
Complementary color
Monochromatic Colors of #BF8689
Black with #BF8689
Text Example
Text Example
White with #BF8689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8689; }
p { color: rgb(191,134,137); }
H1.HeaderClassName
{
color: #BF8689;
}
.AnyTagClassName
{
color: #BF8689;
}
</style>
background-color css
<style>
a { background-color: #BF8689; }
a { background-color: rgb(191,134,137); }
div.DivClassName
{
background-color: #BF8689;
}
.BgClassName
{
background-color: #BF8689;
}
</style>
border-color css
<style>
span { border-color: #BF8689; }
span { border-color: rgb(191,134,137); }
td.TdClassName
{
border-color: #BF8689;
}
.TagClassName
{
border-color: #BF8689;
}
</style>