Shades of Puce #BF808C
Tints of Puce #BF808C
RGB
CMYK
RGB Variations
Color information
#BF808C (or 0xBF808C) is known color: Puce. HEX triplet: BF, 80 and 8C. RGB value is (191,128,140). Sum of RGB (Red+Green+Blue) = 191+128+140=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF808C is #407F73. Grayscale: #949494. Windows color (decimal): -4226932 or 9207999. OLE color: 9207999.
HSL color Cylindrical-coordinate representation of color #BF808C: hue angle of 348.57º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF808C is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 140 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.25 |
| HSL | 348.57º | 0.33% | 0.63% | - |
| HSV(B) | 348.57º | 0.33% | 0.75% | - |
| XYZ | 33.94 | 28.41 | 28.51 | - |
| YUV | 148.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 140 | 0 | 0.33 | 0.27 | 0.25 | 348.57 | 0.33 | 0.63 |
| Hex | BF | 80 | 8C | 0 | 21 | 1B | 19 | 15D | 21 | 3F |
| Octal | 277 | 200 | 214 | 0 | 41 | 33 | 31 | 535 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10001100 | 0 | 100001 | 11011 | 11001 | 101011101 | 100001 | 111111 |
Color Harmonies of #BF808C
Complementary color
Monochromatic Colors of #BF808C
Black with #BF808C
Text Example
Text Example
White with #BF808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF808C; }
p { color: rgb(191,128,140); }
H1.HeaderClassName
{
color: #BF808C;
}
.AnyTagClassName
{
color: #BF808C;
}
</style>
background-color css
<style>
a { background-color: #BF808C; }
a { background-color: rgb(191,128,140); }
div.DivClassName
{
background-color: #BF808C;
}
.BgClassName
{
background-color: #BF808C;
}
</style>
border-color css
<style>
span { border-color: #BF808C; }
span { border-color: rgb(191,128,140); }
td.TdClassName
{
border-color: #BF808C;
}
.TagClassName
{
border-color: #BF808C;
}
</style>