Shades of Charm #BF7F89
Tints of Charm #BF7F89
RGB
CMYK
RGB Variations
Color information
#BF7F89 (or 0xBF7F89) is known color: Charm. HEX triplet: BF, 7F and 89. RGB value is (191,127,137). Sum of RGB (Red+Green+Blue) = 191+127+137=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F89 is #408076. Grayscale: #939393. Windows color (decimal): -4227191 or 9011135. OLE color: 9011135.
HSL color Cylindrical-coordinate representation of color #BF7F89: hue angle of 350.62º 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 #BF7F89 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 137 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.25 |
| HSL | 350.63º | 0.33% | 0.62% | - |
| HSV(B) | 350.63º | 0.34% | 0.75% | - |
| XYZ | 33.59 | 28.06 | 27.31 | - |
| YUV | 147.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 137 | 0 | 0.34 | 0.28 | 0.25 | 350.63 | 0.33 | 0.62 |
| Hex | BF | 7F | 89 | 0 | 22 | 1C | 19 | 15F | 21 | 3E |
| Octal | 277 | 177 | 211 | 0 | 42 | 34 | 31 | 537 | 41 | 76 |
| Binary | 10111111 | 1111111 | 10001001 | 0 | 100010 | 11100 | 11001 | 101011111 | 100001 | 111110 |
Color Harmonies of #BF7F89
Complementary color
Monochromatic Colors of #BF7F89
Black with #BF7F89
Text Example
Text Example
White with #BF7F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F89; }
p { color: rgb(191,127,137); }
H1.HeaderClassName
{
color: #BF7F89;
}
.AnyTagClassName
{
color: #BF7F89;
}
</style>
background-color css
<style>
a { background-color: #BF7F89; }
a { background-color: rgb(191,127,137); }
div.DivClassName
{
background-color: #BF7F89;
}
.BgClassName
{
background-color: #BF7F89;
}
</style>
border-color css
<style>
span { border-color: #BF7F89; }
span { border-color: rgb(191,127,137); }
td.TdClassName
{
border-color: #BF7F89;
}
.TagClassName
{
border-color: #BF7F89;
}
</style>