Shades of Charm #BF7E7F
Tints of Charm #BF7E7F
RGB
CMYK
RGB Variations
Color information
#BF7E7F (or 0xBF7E7F) is known color: Charm. HEX triplet: BF, 7E and 7F. RGB value is (191,126,127). Sum of RGB (Red+Green+Blue) = 191+126+127=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E7F is #408180. Grayscale: #919191. Windows color (decimal): -4227457 or 8355519. OLE color: 8355519.
HSL color Cylindrical-coordinate representation of color #BF7E7F: hue angle of 359.08º degrees, saturation: 0.34, 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 #BF7E7F is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 126 | 127 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.25 |
| HSL | 359.08º | 0.34% | 0.62% | - |
| HSV(B) | 359.08º | 0.34% | 0.75% | - |
| XYZ | 32.78 | 27.53 | 23.67 | - |
| YUV | 145.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 126 | 127 | 0 | 0.34 | 0.34 | 0.25 | 359.08 | 0.34 | 0.62 |
| Hex | BF | 7E | 7F | 0 | 22 | 22 | 19 | 167 | 22 | 3E |
| Octal | 277 | 176 | 177 | 0 | 42 | 42 | 31 | 547 | 42 | 76 |
| Binary | 10111111 | 1111110 | 1111111 | 0 | 100010 | 100010 | 11001 | 101100111 | 100010 | 111110 |
Color Harmonies of #BF7E7F
Complementary color
Monochromatic Colors of #BF7E7F
Black with #BF7E7F
Text Example
Text Example
White with #BF7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7E7F; }
p { color: rgb(191,126,127); }
H1.HeaderClassName
{
color: #BF7E7F;
}
.AnyTagClassName
{
color: #BF7E7F;
}
</style>
background-color css
<style>
a { background-color: #BF7E7F; }
a { background-color: rgb(191,126,127); }
div.DivClassName
{
background-color: #BF7E7F;
}
.BgClassName
{
background-color: #BF7E7F;
}
</style>
border-color css
<style>
span { border-color: #BF7E7F; }
span { border-color: rgb(191,126,127); }
td.TdClassName
{
border-color: #BF7E7F;
}
.TagClassName
{
border-color: #BF7E7F;
}
</style>