Shades of Puce #BB7F92
Tints of Puce #BB7F92
RGB
CMYK
RGB Variations
Color information
#BB7F92 (or 0xBB7F92) is known color: Puce. HEX triplet: BB, 7F and 92. RGB value is (187,127,146). Sum of RGB (Red+Green+Blue) = 187+127+146=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F92 is #44806D. Grayscale: #939393. Windows color (decimal): -4489326 or 9600955. OLE color: 9600955.
HSL color Cylindrical-coordinate representation of color #BB7F92: hue angle of 341º 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 #BB7F92 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 146 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.27 |
| HSL | 341º | 0.31% | 0.62% | - |
| HSV(B) | 341º | 0.32% | 0.73% | - |
| XYZ | 33.27 | 27.82 | 30.81 | - |
| YUV | 147.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 146 | 0 | 0.32 | 0.22 | 0.27 | 341 | 0.31 | 0.62 |
| Hex | BB | 7F | 92 | 0 | 20 | 16 | 1B | 155 | 1F | 3E |
| Octal | 273 | 177 | 222 | 0 | 40 | 26 | 33 | 525 | 37 | 76 |
| Binary | 10111011 | 1111111 | 10010010 | 0 | 100000 | 10110 | 11011 | 101010101 | 11111 | 111110 |
Color Harmonies of #BB7F92
Complementary color
Monochromatic Colors of #BB7F92
Black with #BB7F92
Text Example
Text Example
White with #BB7F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7F92; }
p { color: rgb(187,127,146); }
H1.HeaderClassName
{
color: #BB7F92;
}
.AnyTagClassName
{
color: #BB7F92;
}
</style>
background-color css
<style>
a { background-color: #BB7F92; }
a { background-color: rgb(187,127,146); }
div.DivClassName
{
background-color: #BB7F92;
}
.BgClassName
{
background-color: #BB7F92;
}
</style>
border-color css
<style>
span { border-color: #BB7F92; }
span { border-color: rgb(187,127,146); }
td.TdClassName
{
border-color: #BB7F92;
}
.TagClassName
{
border-color: #BB7F92;
}
</style>