Shades of Puce #BF8588
Tints of Puce #BF8588
RGB
CMYK
RGB Variations
Color information
#BF8588 (or 0xBF8588) is known color: Puce. HEX triplet: BF, 85 and 88. RGB value is (191,133,136). Sum of RGB (Red+Green+Blue) = 191+133+136=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8588 is #407A77. Grayscale: #969696. Windows color (decimal): -4225656 or 8947135. OLE color: 8947135.
HSL color Cylindrical-coordinate representation of color #BF8588: hue angle of 356.9º 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 #BF8588 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 133 | 136 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.25 |
| HSL | 356.9º | 0.31% | 0.64% | - |
| HSV(B) | 356.9º | 0.3% | 0.75% | - |
| XYZ | 34.32 | 29.63 | 27.2 | - |
| YUV | 150.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 136 | 0 | 0.30 | 0.29 | 0.25 | 356.9 | 0.31 | 0.64 |
| Hex | BF | 85 | 88 | 0 | 1E | 1D | 19 | 165 | 1F | 40 |
| Octal | 277 | 205 | 210 | 0 | 36 | 35 | 31 | 545 | 37 | 100 |
| Binary | 10111111 | 10000101 | 10001000 | 0 | 11110 | 11101 | 11001 | 101100101 | 11111 | 1000000 |
Color Harmonies of #BF8588
Complementary color
Monochromatic Colors of #BF8588
Black with #BF8588
Text Example
Text Example
White with #BF8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8588; }
p { color: rgb(191,133,136); }
H1.HeaderClassName
{
color: #BF8588;
}
.AnyTagClassName
{
color: #BF8588;
}
</style>
background-color css
<style>
a { background-color: #BF8588; }
a { background-color: rgb(191,133,136); }
div.DivClassName
{
background-color: #BF8588;
}
.BgClassName
{
background-color: #BF8588;
}
</style>
border-color css
<style>
span { border-color: #BF8588; }
span { border-color: rgb(191,133,136); }
td.TdClassName
{
border-color: #BF8588;
}
.TagClassName
{
border-color: #BF8588;
}
</style>