#bf7c8f

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

Shades of Charm #BF7C8F

Tints of Charm #BF7C8F

Color information

#BF7C8F (or 0xBF7C8F) is unknown color: approx Charm. HEX triplet: BF, 7C and 8F. RGB value is (191,124,143). Sum of RGB (Red+Green+Blue) = 191+124+143=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7C8F is #408370. Grayscale: #929292. Windows color (decimal): -4227953 or 9403583. OLE color: 9403583.

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

Color convert

RGB191124143-
CMYK00.350.250.25
HSL342.99º34.36%61.76%-
HSV(B)342.99º35.08%74.9%-
XYZ33.6527.4729.52-
YUV146.2126.2159.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 124 (48.83% from 255) = 27.07%
BLUE value IS 143 (56.25% from 255) = 31.22%
R=41.70%
G=27.07%
B=31.22%

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
Decimal19112414300.350.250.25342.9934.3661.76
HexBF7C8F0231919157223e
Octal27717421704331315274276
Binary1011111111111001000111101000111100111001101010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf7c8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf7c8f; }

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

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

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

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

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

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

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

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