#B14E64

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

Shades of Blush #B14E64

Tints of Blush #B14E64

Color information

#B14E64 (or 0xB14E64) is unknown color: approx Blush. HEX triplet: B1, 4E and 64. RGB value is (177,78,100). Sum of RGB (Red+Green+Blue) = 177+78+100=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E64 is #4EB19B. Grayscale: #6E6E6E. Windows color (decimal): -5157276 or 6573745. OLE color: 6573745.

HSL color Cylindrical-coordinate representation of color #B14E64: hue angle of 346.67º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14E64 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17778100-
CMYK00.560.440.31
HSL346.67º38.82%50%-
HSV(B)346.67º55.93%69.41%-
XYZ23.1615.7213.87-
YUV110.11122.3175.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=49.86%
G=21.97%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777810000.560.440.31346.6738.8250
HexB14E640382C1F15b2732
Octal26111614407054375334762
Binary1011000110011101100100011100010110011111101011011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E64; }

 p { color: rgb(177,78,100); }

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

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

 a { background-color: rgb(177,78,100); }

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

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

 span { border-color: rgb(177,78,100); }

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