#BF5D6A

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

Shades of Blush #BF5D6A

Tints of Blush #BF5D6A

Color information

#BF5D6A (or 0xBF5D6A) is unknown color: approx Blush. HEX triplet: BF, 5D and 6A. RGB value is (191,93,106). Sum of RGB (Red+Green+Blue) = 191+93+106=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D6A is #40A295. Grayscale: #7B7B7B. Windows color (decimal): -4235926 or 6970815. OLE color: 6970815.

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

Color convert

RGB19193106-
CMYK00.510.450.25
HSL352.04º43.36%55.69%-
HSV(B)352.04º51.31%74.9%-
XYZ2819.9516.01-
YUV123.78117.97175.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=48.97%
G=23.85%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919310600.510.450.25352.0443.3655.69
HexBF5D6A0332D191602b38
Octal27713515206355315405370
Binary1011111110111011101010011001110110111001101100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D6A; }

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

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

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

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

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

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

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

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