Shades of Puce #BF8889
Tints of Puce #BF8889
RGB
CMYK
RGB Variations
Color information
#BF8889 (or 0xBF8889) is known color: Puce. HEX triplet: BF, 88 and 89. RGB value is (191,136,137). Sum of RGB (Red+Green+Blue) = 191+136+137=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8889 is #407776. Grayscale: #989898. Windows color (decimal): -4224887 or 9013439. OLE color: 9013439.
HSL color Cylindrical-coordinate representation of color #BF8889: hue angle of 358.91º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8889 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 137 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.25 |
| HSL | 358.91º | 0.3% | 0.64% | - |
| HSV(B) | 358.91º | 0.29% | 0.75% | - |
| XYZ | 34.81 | 30.49 | 27.72 | - |
| YUV | 152.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 137 | 0 | 0.29 | 0.28 | 0.25 | 358.91 | 0.3 | 0.64 |
| Hex | BF | 88 | 89 | 0 | 1D | 1C | 19 | 167 | 1E | 40 |
| Octal | 277 | 210 | 211 | 0 | 35 | 34 | 31 | 547 | 36 | 100 |
| Binary | 10111111 | 10001000 | 10001001 | 0 | 11101 | 11100 | 11001 | 101100111 | 11110 | 1000000 |
Color Harmonies of #BF8889
Complementary color
Monochromatic Colors of #BF8889
Black with #BF8889
Text Example
Text Example
White with #BF8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8889; }
p { color: rgb(191,136,137); }
H1.HeaderClassName
{
color: #BF8889;
}
.AnyTagClassName
{
color: #BF8889;
}
</style>
background-color css
<style>
a { background-color: #BF8889; }
a { background-color: rgb(191,136,137); }
div.DivClassName
{
background-color: #BF8889;
}
.BgClassName
{
background-color: #BF8889;
}
</style>
border-color css
<style>
span { border-color: #BF8889; }
span { border-color: rgb(191,136,137); }
td.TdClassName
{
border-color: #BF8889;
}
.TagClassName
{
border-color: #BF8889;
}
</style>