#BF7C8A

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

Shades of Charm #BF7C8A

Tints of Charm #BF7C8A

Color information

#BF7C8A (or 0xBF7C8A) is unknown color: approx Charm. HEX triplet: BF, 7C and 8A. RGB value is (191,124,138). Sum of RGB (Red+Green+Blue) = 191+124+138=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7C8A is #408375. Grayscale: #919191. Windows color (decimal): -4227958 or 9075903. OLE color: 9075903.

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

Color convert

RGB191124138-
CMYK00.350.280.25
HSL347.46º34.36%61.76%-
HSV(B)347.46º35.08%74.9%-
XYZ33.2827.3327.57-
YUV145.63123.7160.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=42.16%
G=27.37%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112413800.350.280.25347.4634.3661.76
HexBF7C8A0231C1915b223e
Octal27717421204334315334276
Binary1011111111111001000101001000111110011001101011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C8A; }

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

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

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

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

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

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

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

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