Shades of Puce #BF898B
Tints of Puce #BF898B
RGB
CMYK
RGB Variations
Color information
#BF898B (or 0xBF898B) is known color: Puce. HEX triplet: BF, 89 and 8B. RGB value is (191,137,139). Sum of RGB (Red+Green+Blue) = 191+137+139=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF898B is #407674. Grayscale: #999999. Windows color (decimal): -4224629 or 9144767. OLE color: 9144767.
HSL color Cylindrical-coordinate representation of color #BF898B: hue angle of 357.78º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF898B is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 139 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.25 |
| HSL | 357.78º | 0.3% | 0.64% | - |
| HSV(B) | 357.78º | 0.28% | 0.75% | - |
| XYZ | 35.09 | 30.83 | 28.53 | - |
| YUV | 153.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 139 | 0 | 0.28 | 0.27 | 0.25 | 357.78 | 0.3 | 0.64 |
| Hex | BF | 89 | 8B | 0 | 1C | 1B | 19 | 166 | 1E | 40 |
| Octal | 277 | 211 | 213 | 0 | 34 | 33 | 31 | 546 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10001011 | 0 | 11100 | 11011 | 11001 | 101100110 | 11110 | 1000000 |
Color Harmonies of #BF898B
Complementary color
Monochromatic Colors of #BF898B
Black with #BF898B
Text Example
Text Example
White with #BF898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF898B; }
p { color: rgb(191,137,139); }
H1.HeaderClassName
{
color: #BF898B;
}
.AnyTagClassName
{
color: #BF898B;
}
</style>
background-color css
<style>
a { background-color: #BF898B; }
a { background-color: rgb(191,137,139); }
div.DivClassName
{
background-color: #BF898B;
}
.BgClassName
{
background-color: #BF898B;
}
</style>
border-color css
<style>
span { border-color: #BF898B; }
span { border-color: rgb(191,137,139); }
td.TdClassName
{
border-color: #BF898B;
}
.TagClassName
{
border-color: #BF898B;
}
</style>