#BF4E6B

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

Shades of Blush #BF4E6B

Tints of Blush #BF4E6B

Color information

#BF4E6B (or 0xBF4E6B) is unknown color: approx Blush. HEX triplet: BF, 4E and 6B. RGB value is (191,78,107). Sum of RGB (Red+Green+Blue) = 191+78+107=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E6B is #40B194. Grayscale: #737373. Windows color (decimal): -4239765 or 7032511. OLE color: 7032511.

HSL color Cylindrical-coordinate representation of color #BF4E6B: hue angle of 344.6º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E6B is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19178107-
CMYK00.590.440.25
HSL344.6º46.89%52.75%-
HSV(B)344.6º59.16%74.9%-
XYZ26.8617.5915.89-
YUV115.09123.44182.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=50.80%
G=20.74%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917810700.590.440.25344.646.8952.75
HexBF4E6B03B2C191592f35
Octal27711615307354315315765
Binary1011111110011101101011011101110110011001101011001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E6B; }

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

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

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

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

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

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

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

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