Shades of Charm #BF7F87
Tints of Charm #BF7F87
RGB
CMYK
RGB Variations
Color information
#BF7F87 (or 0xBF7F87) is known color: Charm. HEX triplet: BF, 7F and 87. RGB value is (191,127,135). Sum of RGB (Red+Green+Blue) = 191+127+135=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F87 is #408078. Grayscale: #939393. Windows color (decimal): -4227193 or 8880063. OLE color: 8880063.
HSL color Cylindrical-coordinate representation of color #BF7F87: hue angle of 352.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7F87 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 135 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.25 |
| HSL | 352.5º | 0.33% | 0.62% | - |
| HSV(B) | 352.5º | 0.34% | 0.75% | - |
| XYZ | 33.45 | 28 | 26.56 | - |
| YUV | 147.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 135 | 0 | 0.34 | 0.29 | 0.25 | 352.5 | 0.33 | 0.62 |
| Hex | BF | 7F | 87 | 0 | 22 | 1D | 19 | 160 | 21 | 3E |
| Octal | 277 | 177 | 207 | 0 | 42 | 35 | 31 | 540 | 41 | 76 |
| Binary | 10111111 | 1111111 | 10000111 | 0 | 100010 | 11101 | 11001 | 101100000 | 100001 | 111110 |
Color Harmonies of #BF7F87
Complementary color
Monochromatic Colors of #BF7F87
Black with #BF7F87
Text Example
Text Example
White with #BF7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F87; }
p { color: rgb(191,127,135); }
H1.HeaderClassName
{
color: #BF7F87;
}
.AnyTagClassName
{
color: #BF7F87;
}
</style>
background-color css
<style>
a { background-color: #BF7F87; }
a { background-color: rgb(191,127,135); }
div.DivClassName
{
background-color: #BF7F87;
}
.BgClassName
{
background-color: #BF7F87;
}
</style>
border-color css
<style>
span { border-color: #BF7F87; }
span { border-color: rgb(191,127,135); }
td.TdClassName
{
border-color: #BF7F87;
}
.TagClassName
{
border-color: #BF7F87;
}
</style>