Shades of Puce #BF8490
Tints of Puce #BF8490
RGB
CMYK
RGB Variations
Color information
#BF8490 (or 0xBF8490) is known color: Puce. HEX triplet: BF, 84 and 90. RGB value is (191,132,144). Sum of RGB (Red+Green+Blue) = 191+132+144=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8490 is #407B6F. Grayscale: #979797. Windows color (decimal): -4225904 or 9471167. OLE color: 9471167.
HSL color Cylindrical-coordinate representation of color #BF8490: hue angle of 347.8º 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 #BF8490 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 144 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.25 |
| HSL | 347.8º | 0.32% | 0.63% | - |
| HSV(B) | 347.8º | 0.31% | 0.75% | - |
| XYZ | 34.77 | 29.59 | 30.26 | - |
| YUV | 151.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 144 | 0 | 0.31 | 0.25 | 0.25 | 347.8 | 0.32 | 0.63 |
| Hex | BF | 84 | 90 | 0 | 1F | 19 | 19 | 15C | 20 | 3F |
| Octal | 277 | 204 | 220 | 0 | 37 | 31 | 31 | 534 | 40 | 77 |
| Binary | 10111111 | 10000100 | 10010000 | 0 | 11111 | 11001 | 11001 | 101011100 | 100000 | 111111 |
Color Harmonies of #BF8490
Complementary color
Monochromatic Colors of #BF8490
Black with #BF8490
Text Example
Text Example
White with #BF8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8490; }
p { color: rgb(191,132,144); }
H1.HeaderClassName
{
color: #BF8490;
}
.AnyTagClassName
{
color: #BF8490;
}
</style>
background-color css
<style>
a { background-color: #BF8490; }
a { background-color: rgb(191,132,144); }
div.DivClassName
{
background-color: #BF8490;
}
.BgClassName
{
background-color: #BF8490;
}
</style>
border-color css
<style>
span { border-color: #BF8490; }
span { border-color: rgb(191,132,144); }
td.TdClassName
{
border-color: #BF8490;
}
.TagClassName
{
border-color: #BF8490;
}
</style>