#BF5D6C

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

Shades of Blush #BF5D6C

Tints of Blush #BF5D6C

Color information

#BF5D6C (or 0xBF5D6C) is unknown color: approx Blush. HEX triplet: BF, 5D and 6C. RGB value is (191,93,108). Sum of RGB (Red+Green+Blue) = 191+93+108=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D6C is #40A293. Grayscale: #7C7C7C. Windows color (decimal): -4235924 or 7101887. OLE color: 7101887.

HSL color Cylindrical-coordinate representation of color #BF5D6C: hue angle of 350.82º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D6C is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19193108-
CMYK00.510.430.25
HSL350.82º43.36%55.69%-
HSV(B)350.82º51.31%74.9%-
XYZ28.1119.9916.56-
YUV124.01118.97175.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=48.72%
G=23.72%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919310800.510.430.25350.8243.3655.69
HexBF5D6C0332B1915f2b38
Octal27713515406353315375370
Binary1011111110111011101100011001110101111001101011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D6C; }

 p { color: rgb(191,93,108); }

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

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

 a { background-color: rgb(191,93,108); }

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

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

 span { border-color: rgb(191,93,108); }

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