Shades of Puce #BF8A8D
Tints of Puce #BF8A8D
RGB
CMYK
RGB Variations
Color information
#BF8A8D (or 0xBF8A8D) is known color: Puce. HEX triplet: BF, 8A and 8D. RGB value is (191,138,141). Sum of RGB (Red+Green+Blue) = 191+138+141=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8A8D is #407572. Grayscale: #9A9A9A. Windows color (decimal): -4224371 or 9276095. OLE color: 9276095.
HSL color Cylindrical-coordinate representation of color #BF8A8D: hue angle of 356.6º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8A8D is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 141 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.25 |
| HSL | 356.6º | 0.29% | 0.65% | - |
| HSV(B) | 356.6º | 0.28% | 0.75% | - |
| XYZ | 35.38 | 31.18 | 29.35 | - |
| YUV | 154.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 141 | 0 | 0.28 | 0.26 | 0.25 | 356.6 | 0.29 | 0.65 |
| Hex | BF | 8A | 8D | 0 | 1C | 1A | 19 | 165 | 1D | 41 |
| Octal | 277 | 212 | 215 | 0 | 34 | 32 | 31 | 545 | 35 | 101 |
| Binary | 10111111 | 10001010 | 10001101 | 0 | 11100 | 11010 | 11001 | 101100101 | 11101 | 1000001 |
Color Harmonies of #BF8A8D
Complementary color
Monochromatic Colors of #BF8A8D
Black with #BF8A8D
Text Example
Text Example
White with #BF8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8A8D; }
p { color: rgb(191,138,141); }
H1.HeaderClassName
{
color: #BF8A8D;
}
.AnyTagClassName
{
color: #BF8A8D;
}
</style>
background-color css
<style>
a { background-color: #BF8A8D; }
a { background-color: rgb(191,138,141); }
div.DivClassName
{
background-color: #BF8A8D;
}
.BgClassName
{
background-color: #BF8A8D;
}
</style>
border-color css
<style>
span { border-color: #BF8A8D; }
span { border-color: rgb(191,138,141); }
td.TdClassName
{
border-color: #BF8A8D;
}
.TagClassName
{
border-color: #BF8A8D;
}
</style>