Shades of Puce #BB7F91
Tints of Puce #BB7F91
RGB
CMYK
RGB Variations
Color information
#BB7F91 (or 0xBB7F91) is known color: Puce. HEX triplet: BB, 7F and 91. RGB value is (187,127,145). Sum of RGB (Red+Green+Blue) = 187+127+145=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F91 is #44806E. Grayscale: #929292. Windows color (decimal): -4489327 or 9535419. OLE color: 9535419.
HSL color Cylindrical-coordinate representation of color #BB7F91: hue angle of 342º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB7F91 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 145 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.27 |
| HSL | 342º | 0.31% | 0.62% | - |
| HSV(B) | 342º | 0.32% | 0.73% | - |
| XYZ | 33.19 | 27.79 | 30.4 | - |
| YUV | 146.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 145 | 0 | 0.32 | 0.22 | 0.27 | 342 | 0.31 | 0.62 |
| Hex | BB | 7F | 91 | 0 | 20 | 16 | 1B | 156 | 1F | 3E |
| Octal | 273 | 177 | 221 | 0 | 40 | 26 | 33 | 526 | 37 | 76 |
| Binary | 10111011 | 1111111 | 10010001 | 0 | 100000 | 10110 | 11011 | 101010110 | 11111 | 111110 |
Color Harmonies of #BB7F91
Complementary color
Monochromatic Colors of #BB7F91
Black with #BB7F91
Text Example
Text Example
White with #BB7F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7F91; }
p { color: rgb(187,127,145); }
H1.HeaderClassName
{
color: #BB7F91;
}
.AnyTagClassName
{
color: #BB7F91;
}
</style>
background-color css
<style>
a { background-color: #BB7F91; }
a { background-color: rgb(187,127,145); }
div.DivClassName
{
background-color: #BB7F91;
}
.BgClassName
{
background-color: #BB7F91;
}
</style>
border-color css
<style>
span { border-color: #BB7F91; }
span { border-color: rgb(187,127,145); }
td.TdClassName
{
border-color: #BB7F91;
}
.TagClassName
{
border-color: #BB7F91;
}
</style>