Shades of Puce #BF8098
Tints of Puce #BF8098
RGB
CMYK
RGB Variations
Color information
#BF8098 (or 0xBF8098) is known color: Puce. HEX triplet: BF, 80 and 98. RGB value is (191,128,152). Sum of RGB (Red+Green+Blue) = 191+128+152=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8098 is #407F67. Grayscale: #959595. Windows color (decimal): -4226920 or 9994431. OLE color: 9994431.
HSL color Cylindrical-coordinate representation of color #BF8098: hue angle of 337.14º 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 #BF8098 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 152 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.25 |
| HSL | 337.14º | 0.33% | 0.63% | - |
| HSV(B) | 337.14º | 0.33% | 0.75% | - |
| XYZ | 34.87 | 28.78 | 33.42 | - |
| YUV | 149.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 152 | 0 | 0.33 | 0.20 | 0.25 | 337.14 | 0.33 | 0.63 |
| Hex | BF | 80 | 98 | 0 | 21 | 14 | 19 | 151 | 21 | 3F |
| Octal | 277 | 200 | 230 | 0 | 41 | 24 | 31 | 521 | 41 | 77 |
| Binary | 10111111 | 10000000 | 10011000 | 0 | 100001 | 10100 | 11001 | 101010001 | 100001 | 111111 |
Color Harmonies of #BF8098
Complementary color
Monochromatic Colors of #BF8098
Black with #BF8098
Text Example
Text Example
White with #BF8098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8098; }
p { color: rgb(191,128,152); }
H1.HeaderClassName
{
color: #BF8098;
}
.AnyTagClassName
{
color: #BF8098;
}
</style>
background-color css
<style>
a { background-color: #BF8098; }
a { background-color: rgb(191,128,152); }
div.DivClassName
{
background-color: #BF8098;
}
.BgClassName
{
background-color: #BF8098;
}
</style>
border-color css
<style>
span { border-color: #BF8098; }
span { border-color: rgb(191,128,152); }
td.TdClassName
{
border-color: #BF8098;
}
.TagClassName
{
border-color: #BF8098;
}
</style>