Shades of Puce #BF868B
Tints of Puce #BF868B
RGB
CMYK
RGB Variations
Color information
#BF868B (or 0xBF868B) is known color: Puce. HEX triplet: BF, 86 and 8B. RGB value is (191,134,139). Sum of RGB (Red+Green+Blue) = 191+134+139=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF868B is #407974. Grayscale: #979797. Windows color (decimal): -4225397 or 9143999. OLE color: 9143999.
HSL color Cylindrical-coordinate representation of color #BF868B: hue angle of 354.74º 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 #BF868B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 139 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.25 |
| HSL | 354.74º | 0.31% | 0.64% | - |
| HSV(B) | 354.74º | 0.3% | 0.75% | - |
| XYZ | 34.67 | 29.99 | 28.39 | - |
| YUV | 151.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 139 | 0 | 0.30 | 0.27 | 0.25 | 354.74 | 0.31 | 0.64 |
| Hex | BF | 86 | 8B | 0 | 1E | 1B | 19 | 163 | 1F | 40 |
| Octal | 277 | 206 | 213 | 0 | 36 | 33 | 31 | 543 | 37 | 100 |
| Binary | 10111111 | 10000110 | 10001011 | 0 | 11110 | 11011 | 11001 | 101100011 | 11111 | 1000000 |
Color Harmonies of #BF868B
Complementary color
Monochromatic Colors of #BF868B
Black with #BF868B
Text Example
Text Example
White with #BF868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF868B; }
p { color: rgb(191,134,139); }
H1.HeaderClassName
{
color: #BF868B;
}
.AnyTagClassName
{
color: #BF868B;
}
</style>
background-color css
<style>
a { background-color: #BF868B; }
a { background-color: rgb(191,134,139); }
div.DivClassName
{
background-color: #BF868B;
}
.BgClassName
{
background-color: #BF868B;
}
</style>
border-color css
<style>
span { border-color: #BF868B; }
span { border-color: rgb(191,134,139); }
td.TdClassName
{
border-color: #BF868B;
}
.TagClassName
{
border-color: #BF868B;
}
</style>