#BF7E87

Color #BF7E87 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #BF7E87

Tints of Charm #BF7E87

Color information

#BF7E87 (or 0xBF7E87) is unknown color: approx Charm. HEX triplet: BF, 7E and 87. RGB value is (191,126,135). Sum of RGB (Red+Green+Blue) = 191+126+135=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7E87 is #408178. Grayscale: #929292. Windows color (decimal): -4227449 or 8879807. OLE color: 8879807.

HSL color Cylindrical-coordinate representation of color #BF7E87: hue angle of 351.69º 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 #BF7E87 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191126135-
CMYK00.340.290.25
HSL351.69º33.68%62.16%-
HSV(B)351.69º34.03%74.9%-
XYZ33.3227.7526.52-
YUV146.46121.53159.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=42.26%
G=27.88%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112613500.340.290.25351.6933.6862.16
HexBF7E870221D19160223e
Octal27717620704235315404276
Binary1011111111111101000011101000101110111001101100000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E87; }

 p { color: rgb(191,126,135); }

 H1.HeaderClassName
 {
   color: #BF7E87;
 }
 .AnyTagClassName
 {
   color: #BF7E87;
 }
</style>
background-color css

<style>
 a { background-color: #BF7E87; }

 a { background-color: rgb(191,126,135); }

 div.DivClassName
 {
   background-color: #BF7E87;
 }
 .BgClassName
 {
   background-color: #BF7E87;
 }
</style>
border-color css

<style>
 span { border-color: #BF7E87; }

 span { border-color: rgb(191,126,135); }

 td.TdClassName
 {
   border-color: #BF7E87;
 }
 .TagClassName
 {
   border-color: #BF7E87;
 }
</style>