Shades of Puce #BF7D90
Tints of Puce #BF7D90
RGB
CMYK
RGB Variations
Color information
#BF7D90 (or 0xBF7D90) is known color: Puce. HEX triplet: BF, 7D and 90. RGB value is (191,125,144). Sum of RGB (Red+Green+Blue) = 191+125+144=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7D90 is #40826F. Grayscale: #929292. Windows color (decimal): -4227696 or 9469375. OLE color: 9469375.
HSL color Cylindrical-coordinate representation of color #BF7D90: hue angle of 342.73º 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 #BF7D90 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 144 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.25 |
| HSL | 342.73º | 0.34% | 0.62% | - |
| HSV(B) | 342.73º | 0.35% | 0.75% | - |
| XYZ | 33.85 | 27.76 | 29.96 | - |
| YUV | 146.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 144 | 0 | 0.35 | 0.25 | 0.25 | 342.73 | 0.34 | 0.62 |
| Hex | BF | 7D | 90 | 0 | 23 | 19 | 19 | 157 | 22 | 3E |
| Octal | 277 | 175 | 220 | 0 | 43 | 31 | 31 | 527 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10010000 | 0 | 100011 | 11001 | 11001 | 101010111 | 100010 | 111110 |
Color Harmonies of #BF7D90
Complementary color
Monochromatic Colors of #BF7D90
Black with #BF7D90
Text Example
Text Example
White with #BF7D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D90; }
p { color: rgb(191,125,144); }
H1.HeaderClassName
{
color: #BF7D90;
}
.AnyTagClassName
{
color: #BF7D90;
}
</style>
background-color css
<style>
a { background-color: #BF7D90; }
a { background-color: rgb(191,125,144); }
div.DivClassName
{
background-color: #BF7D90;
}
.BgClassName
{
background-color: #BF7D90;
}
</style>
border-color css
<style>
span { border-color: #BF7D90; }
span { border-color: rgb(191,125,144); }
td.TdClassName
{
border-color: #BF7D90;
}
.TagClassName
{
border-color: #BF7D90;
}
</style>