#BF7C90

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

Shades of Charm #BF7C90

Tints of Charm #BF7C90

Color information

#BF7C90 (or 0xBF7C90) is unknown color: approx Charm. HEX triplet: BF, 7C and 90. RGB value is (191,124,144). Sum of RGB (Red+Green+Blue) = 191+124+144=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7C90 is #40836F. Grayscale: #929292. Windows color (decimal): -4227952 or 9469119. OLE color: 9469119.

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

Color convert

RGB191124144-
CMYK00.350.250.25
HSL342.09º34.36%61.76%-
HSV(B)342.09º35.08%74.9%-
XYZ33.7327.5129.92-
YUV146.31126.7159.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=41.61%
G=27.02%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112414400.350.250.25342.0934.3661.76
HexBF7C900231919156223e
Octal27717422004331315264276
Binary1011111111111001001000001000111100111001101010110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C90; }

 p { color: rgb(191,124,144); }

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

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

 a { background-color: rgb(191,124,144); }

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

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

 span { border-color: rgb(191,124,144); }

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