Shades of Puce #BF8494
Tints of Puce #BF8494
RGB
CMYK
RGB Variations
Color information
#BF8494 (or 0xBF8494) is known color: Puce. HEX triplet: BF, 84 and 94. RGB value is (191,132,148). Sum of RGB (Red+Green+Blue) = 191+132+148=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8494 is #407B6B. Grayscale: #979797. Windows color (decimal): -4225900 or 9733311. OLE color: 9733311.
HSL color Cylindrical-coordinate representation of color #BF8494: hue angle of 343.73º 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 #BF8494 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 132 | 148 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.25 |
| HSL | 343.73º | 0.32% | 0.63% | - |
| HSV(B) | 343.73º | 0.31% | 0.75% | - |
| XYZ | 35.08 | 29.72 | 31.9 | - |
| YUV | 151.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 148 | 0 | 0.31 | 0.23 | 0.25 | 343.73 | 0.32 | 0.63 |
| Hex | BF | 84 | 94 | 0 | 1F | 17 | 19 | 158 | 20 | 3F |
| Octal | 277 | 204 | 224 | 0 | 37 | 27 | 31 | 530 | 40 | 77 |
| Binary | 10111111 | 10000100 | 10010100 | 0 | 11111 | 10111 | 11001 | 101011000 | 100000 | 111111 |
Color Harmonies of #BF8494
Complementary color
Monochromatic Colors of #BF8494
Black with #BF8494
Text Example
Text Example
White with #BF8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8494; }
p { color: rgb(191,132,148); }
H1.HeaderClassName
{
color: #BF8494;
}
.AnyTagClassName
{
color: #BF8494;
}
</style>
background-color css
<style>
a { background-color: #BF8494; }
a { background-color: rgb(191,132,148); }
div.DivClassName
{
background-color: #BF8494;
}
.BgClassName
{
background-color: #BF8494;
}
</style>
border-color css
<style>
span { border-color: #BF8494; }
span { border-color: rgb(191,132,148); }
td.TdClassName
{
border-color: #BF8494;
}
.TagClassName
{
border-color: #BF8494;
}
</style>