Shades of Charm #BF7F8A
Tints of Charm #BF7F8A
RGB
CMYK
RGB Variations
Color information
#BF7F8A (or 0xBF7F8A) is known color: Charm. HEX triplet: BF, 7F and 8A. RGB value is (191,127,138). Sum of RGB (Red+Green+Blue) = 191+127+138=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F8A is #408075. Grayscale: #939393. Windows color (decimal): -4227190 or 9076671. OLE color: 9076671.
HSL color Cylindrical-coordinate representation of color #BF7F8A: hue angle of 349.69º 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 #BF7F8A is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 138 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.25 |
| HSL | 349.69º | 0.33% | 0.62% | - |
| HSV(B) | 349.69º | 0.34% | 0.75% | - |
| XYZ | 33.66 | 28.09 | 27.69 | - |
| YUV | 147.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 138 | 0 | 0.34 | 0.28 | 0.25 | 349.69 | 0.33 | 0.62 |
| Hex | BF | 7F | 8A | 0 | 22 | 1C | 19 | 15E | 21 | 3E |
| Octal | 277 | 177 | 212 | 0 | 42 | 34 | 31 | 536 | 41 | 76 |
| Binary | 10111111 | 1111111 | 10001010 | 0 | 100010 | 11100 | 11001 | 101011110 | 100001 | 111110 |
Color Harmonies of #BF7F8A
Complementary color
Monochromatic Colors of #BF7F8A
Black with #BF7F8A
Text Example
Text Example
White with #BF7F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F8A; }
p { color: rgb(191,127,138); }
H1.HeaderClassName
{
color: #BF7F8A;
}
.AnyTagClassName
{
color: #BF7F8A;
}
</style>
background-color css
<style>
a { background-color: #BF7F8A; }
a { background-color: rgb(191,127,138); }
div.DivClassName
{
background-color: #BF7F8A;
}
.BgClassName
{
background-color: #BF7F8A;
}
</style>
border-color css
<style>
span { border-color: #BF7F8A; }
span { border-color: rgb(191,127,138); }
td.TdClassName
{
border-color: #BF7F8A;
}
.TagClassName
{
border-color: #BF7F8A;
}
</style>