#BF5E6B

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

Shades of Blush #BF5E6B

Tints of Blush #BF5E6B

Color information

#BF5E6B (or 0xBF5E6B) is unknown color: approx Blush. HEX triplet: BF, 5E and 6B. RGB value is (191,94,107). Sum of RGB (Red+Green+Blue) = 191+94+107=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E6B is #40A194. Grayscale: #7C7C7C. Windows color (decimal): -4235669 or 7036607. OLE color: 7036607.

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

Color convert

RGB19194107-
CMYK00.510.440.25
HSL351.96º43.11%55.88%-
HSV(B)351.96º50.79%74.9%-
XYZ28.1420.1416.31-
YUV124.48118.14175.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=48.72%
G=23.98%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919410700.510.440.25351.9643.1155.88
HexBF5E6B0332C191602b38
Octal27713615306354315405370
Binary1011111110111101101011011001110110011001101100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E6B; }

 p { color: rgb(191,94,107); }

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

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

 a { background-color: rgb(191,94,107); }

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

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

 span { border-color: rgb(191,94,107); }

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