#BF7C8D

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

Shades of Charm #BF7C8D

Tints of Charm #BF7C8D

Color information

#BF7C8D (or 0xBF7C8D) is unknown color: approx Charm. HEX triplet: BF, 7C and 8D. RGB value is (191,124,141). Sum of RGB (Red+Green+Blue) = 191+124+141=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7C8D is #408372. Grayscale: #919191. Windows color (decimal): -4227955 or 9272511. OLE color: 9272511.

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

Color convert

RGB191124141-
CMYK00.350.260.25
HSL344.78º34.36%61.76%-
HSV(B)344.78º35.08%74.9%-
XYZ33.527.4128.73-
YUV145.97125.2160.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=41.89%
G=27.19%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112414100.350.260.25344.7834.3661.76
HexBF7C8D0231A19159223e
Octal27717421504332315314276
Binary1011111111111001000110101000111101011001101011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C8D; }

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

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

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

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

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

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

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

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