Shades of Puce #BF848B
Tints of Puce #BF848B
RGB
CMYK
RGB Variations
Color information
#BF848B (or 0xBF848B) is known color: Puce. HEX triplet: BF, 84 and 8B. RGB value is (191,132,139). Sum of RGB (Red+Green+Blue) = 191+132+139=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF848B is #407B74. Grayscale: #969696. Windows color (decimal): -4225909 or 9143487. OLE color: 9143487.
HSL color Cylindrical-coordinate representation of color #BF848B: hue angle of 352.88º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF848B is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 139 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.25 |
| HSL | 352.88º | 0.32% | 0.63% | - |
| HSV(B) | 352.88º | 0.31% | 0.75% | - |
| XYZ | 34.4 | 29.44 | 28.3 | - |
| YUV | 150.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 139 | 0 | 0.31 | 0.27 | 0.25 | 352.88 | 0.32 | 0.63 |
| Hex | BF | 84 | 8B | 0 | 1F | 1B | 19 | 161 | 20 | 3F |
| Octal | 277 | 204 | 213 | 0 | 37 | 33 | 31 | 541 | 40 | 77 |
| Binary | 10111111 | 10000100 | 10001011 | 0 | 11111 | 11011 | 11001 | 101100001 | 100000 | 111111 |
Color Harmonies of #BF848B
Complementary color
Monochromatic Colors of #BF848B
Black with #BF848B
Text Example
Text Example
White with #BF848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF848B; }
p { color: rgb(191,132,139); }
H1.HeaderClassName
{
color: #BF848B;
}
.AnyTagClassName
{
color: #BF848B;
}
</style>
background-color css
<style>
a { background-color: #BF848B; }
a { background-color: rgb(191,132,139); }
div.DivClassName
{
background-color: #BF848B;
}
.BgClassName
{
background-color: #BF848B;
}
</style>
border-color css
<style>
span { border-color: #BF848B; }
span { border-color: rgb(191,132,139); }
td.TdClassName
{
border-color: #BF848B;
}
.TagClassName
{
border-color: #BF848B;
}
</style>