#BF4E66

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

Shades of Blush #BF4E66

Tints of Blush #BF4E66

Color information

#BF4E66 (or 0xBF4E66) is unknown color: approx Blush. HEX triplet: BF, 4E and 66. RGB value is (191,78,102). Sum of RGB (Red+Green+Blue) = 191+78+102=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E66 is #40B199. Grayscale: #727272. Windows color (decimal): -4239770 or 6704831. OLE color: 6704831.

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

Color convert

RGB19178102-
CMYK00.590.470.25
HSL347.26º46.89%52.75%-
HSV(B)347.26º59.16%74.9%-
XYZ26.6117.4814.54-
YUV114.52120.94182.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=51.48%
G=21.02%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917810200.590.470.25347.2646.8952.75
HexBF4E6603B2F1915b2f35
Octal27711614607357315335765
Binary1011111110011101100110011101110111111001101011011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E66; }

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

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

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

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

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

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

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

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