Shades of Charm #BF7D8C
Tints of Charm #BF7D8C
RGB
CMYK
RGB Variations
Color information
#BF7D8C (or 0xBF7D8C) is known color: Charm. HEX triplet: BF, 7D and 8C. RGB value is (191,125,140). Sum of RGB (Red+Green+Blue) = 191+125+140=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7D8C is #408273. Grayscale: #929292. Windows color (decimal): -4227700 or 9207231. OLE color: 9207231.
HSL color Cylindrical-coordinate representation of color #BF7D8C: hue angle of 346.36º 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 #BF7D8C is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 140 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.25 |
| HSL | 346.36º | 0.34% | 0.62% | - |
| HSV(B) | 346.36º | 0.35% | 0.75% | - |
| XYZ | 33.55 | 27.64 | 28.38 | - |
| YUV | 146.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 140 | 0 | 0.35 | 0.27 | 0.25 | 346.36 | 0.34 | 0.62 |
| Hex | BF | 7D | 8C | 0 | 23 | 1B | 19 | 15A | 22 | 3E |
| Octal | 277 | 175 | 214 | 0 | 43 | 33 | 31 | 532 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10001100 | 0 | 100011 | 11011 | 11001 | 101011010 | 100010 | 111110 |
Color Harmonies of #BF7D8C
Complementary color
Monochromatic Colors of #BF7D8C
Black with #BF7D8C
Text Example
Text Example
White with #BF7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D8C; }
p { color: rgb(191,125,140); }
H1.HeaderClassName
{
color: #BF7D8C;
}
.AnyTagClassName
{
color: #BF7D8C;
}
</style>
background-color css
<style>
a { background-color: #BF7D8C; }
a { background-color: rgb(191,125,140); }
div.DivClassName
{
background-color: #BF7D8C;
}
.BgClassName
{
background-color: #BF7D8C;
}
</style>
border-color css
<style>
span { border-color: #BF7D8C; }
span { border-color: rgb(191,125,140); }
td.TdClassName
{
border-color: #BF7D8C;
}
.TagClassName
{
border-color: #BF7D8C;
}
</style>