Shades of Charm #BF7F8C
Tints of Charm #BF7F8C
RGB
CMYK
RGB Variations
Color information
#BF7F8C (or 0xBF7F8C) is known color: Charm. HEX triplet: BF, 7F and 8C. RGB value is (191,127,140). Sum of RGB (Red+Green+Blue) = 191+127+140=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F8C is #408073. Grayscale: #939393. Windows color (decimal): -4227188 or 9207743. OLE color: 9207743.
HSL color Cylindrical-coordinate representation of color #BF7F8C: hue angle of 347.81º 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 #BF7F8C is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 140 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.25 |
| HSL | 347.81º | 0.33% | 0.62% | - |
| HSV(B) | 347.81º | 0.34% | 0.75% | - |
| XYZ | 33.81 | 28.15 | 28.46 | - |
| YUV | 147.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 140 | 0 | 0.34 | 0.27 | 0.25 | 347.81 | 0.33 | 0.62 |
| Hex | BF | 7F | 8C | 0 | 22 | 1B | 19 | 15C | 21 | 3E |
| Octal | 277 | 177 | 214 | 0 | 42 | 33 | 31 | 534 | 41 | 76 |
| Binary | 10111111 | 1111111 | 10001100 | 0 | 100010 | 11011 | 11001 | 101011100 | 100001 | 111110 |
Color Harmonies of #BF7F8C
Complementary color
Monochromatic Colors of #BF7F8C
Black with #BF7F8C
Text Example
Text Example
White with #BF7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F8C; }
p { color: rgb(191,127,140); }
H1.HeaderClassName
{
color: #BF7F8C;
}
.AnyTagClassName
{
color: #BF7F8C;
}
</style>
background-color css
<style>
a { background-color: #BF7F8C; }
a { background-color: rgb(191,127,140); }
div.DivClassName
{
background-color: #BF7F8C;
}
.BgClassName
{
background-color: #BF7F8C;
}
</style>
border-color css
<style>
span { border-color: #BF7F8C; }
span { border-color: rgb(191,127,140); }
td.TdClassName
{
border-color: #BF7F8C;
}
.TagClassName
{
border-color: #BF7F8C;
}
</style>