Shades of Puce #BF888A
Tints of Puce #BF888A
RGB
CMYK
RGB Variations
Color information
#BF888A (or 0xBF888A) is known color: Puce. HEX triplet: BF, 88 and 8A. RGB value is (191,136,138). Sum of RGB (Red+Green+Blue) = 191+136+138=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF888A is #407775. Grayscale: #989898. Windows color (decimal): -4224886 or 9078975. OLE color: 9078975.
HSL color Cylindrical-coordinate representation of color #BF888A: hue angle of 357.82º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF888A is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 138 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.25 |
| HSL | 357.82º | 0.3% | 0.64% | - |
| HSV(B) | 357.82º | 0.29% | 0.75% | - |
| XYZ | 34.88 | 30.52 | 28.1 | - |
| YUV | 152.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 138 | 0 | 0.29 | 0.28 | 0.25 | 357.82 | 0.3 | 0.64 |
| Hex | BF | 88 | 8A | 0 | 1D | 1C | 19 | 166 | 1E | 40 |
| Octal | 277 | 210 | 212 | 0 | 35 | 34 | 31 | 546 | 36 | 100 |
| Binary | 10111111 | 10001000 | 10001010 | 0 | 11101 | 11100 | 11001 | 101100110 | 11110 | 1000000 |
Color Harmonies of #BF888A
Complementary color
Monochromatic Colors of #BF888A
Black with #BF888A
Text Example
Text Example
White with #BF888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF888A; }
p { color: rgb(191,136,138); }
H1.HeaderClassName
{
color: #BF888A;
}
.AnyTagClassName
{
color: #BF888A;
}
</style>
background-color css
<style>
a { background-color: #BF888A; }
a { background-color: rgb(191,136,138); }
div.DivClassName
{
background-color: #BF888A;
}
.BgClassName
{
background-color: #BF888A;
}
</style>
border-color css
<style>
span { border-color: #BF888A; }
span { border-color: rgb(191,136,138); }
td.TdClassName
{
border-color: #BF888A;
}
.TagClassName
{
border-color: #BF888A;
}
</style>