Shades of Puce #BF7D92
Tints of Puce #BF7D92
RGB
CMYK
RGB Variations
Color information
#BF7D92 (or 0xBF7D92) is known color: Puce. HEX triplet: BF, 7D and 92. RGB value is (191,125,146). Sum of RGB (Red+Green+Blue) = 191+125+146=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7D92 is #40826D. Grayscale: #939393. Windows color (decimal): -4227694 or 9600447. OLE color: 9600447.
HSL color Cylindrical-coordinate representation of color #BF7D92: hue angle of 340.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7D92 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 146 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.25 |
| HSL | 340.91º | 0.34% | 0.62% | - |
| HSV(B) | 340.91º | 0.35% | 0.75% | - |
| XYZ | 34.01 | 27.82 | 30.77 | - |
| YUV | 147.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 146 | 0 | 0.35 | 0.24 | 0.25 | 340.91 | 0.34 | 0.62 |
| Hex | BF | 7D | 92 | 0 | 23 | 18 | 19 | 155 | 22 | 3E |
| Octal | 277 | 175 | 222 | 0 | 43 | 30 | 31 | 525 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10010010 | 0 | 100011 | 11000 | 11001 | 101010101 | 100010 | 111110 |
Color Harmonies of #BF7D92
Complementary color
Monochromatic Colors of #BF7D92
Black with #BF7D92
Text Example
Text Example
White with #BF7D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D92; }
p { color: rgb(191,125,146); }
H1.HeaderClassName
{
color: #BF7D92;
}
.AnyTagClassName
{
color: #BF7D92;
}
</style>
background-color css
<style>
a { background-color: #BF7D92; }
a { background-color: rgb(191,125,146); }
div.DivClassName
{
background-color: #BF7D92;
}
.BgClassName
{
background-color: #BF7D92;
}
</style>
border-color css
<style>
span { border-color: #BF7D92; }
span { border-color: rgb(191,125,146); }
td.TdClassName
{
border-color: #BF7D92;
}
.TagClassName
{
border-color: #BF7D92;
}
</style>