Shades of Puce #BF8388
Tints of Puce #BF8388
RGB
CMYK
RGB Variations
Color information
#BF8388 (or 0xBF8388) is known color: Puce. HEX triplet: BF, 83 and 88. RGB value is (191,131,136). Sum of RGB (Red+Green+Blue) = 191+131+136=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8388 is #407C77. Grayscale: #959595. Windows color (decimal): -4226168 or 8946623. OLE color: 8946623.
HSL color Cylindrical-coordinate representation of color #BF8388: hue angle of 355º 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 #BF8388 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 136 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.25 |
| HSL | 355º | 0.32% | 0.63% | - |
| HSV(B) | 355º | 0.31% | 0.75% | - |
| XYZ | 34.05 | 29.09 | 27.11 | - |
| YUV | 149.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 136 | 0 | 0.31 | 0.29 | 0.25 | 355 | 0.32 | 0.63 |
| Hex | BF | 83 | 88 | 0 | 1F | 1D | 19 | 163 | 20 | 3F |
| Octal | 277 | 203 | 210 | 0 | 37 | 35 | 31 | 543 | 40 | 77 |
| Binary | 10111111 | 10000011 | 10001000 | 0 | 11111 | 11101 | 11001 | 101100011 | 100000 | 111111 |
Color Harmonies of #BF8388
Complementary color
Monochromatic Colors of #BF8388
Black with #BF8388
Text Example
Text Example
White with #BF8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8388; }
p { color: rgb(191,131,136); }
H1.HeaderClassName
{
color: #BF8388;
}
.AnyTagClassName
{
color: #BF8388;
}
</style>
background-color css
<style>
a { background-color: #BF8388; }
a { background-color: rgb(191,131,136); }
div.DivClassName
{
background-color: #BF8388;
}
.BgClassName
{
background-color: #BF8388;
}
</style>
border-color css
<style>
span { border-color: #BF8388; }
span { border-color: rgb(191,131,136); }
td.TdClassName
{
border-color: #BF8388;
}
.TagClassName
{
border-color: #BF8388;
}
</style>