#B14E62

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

Shades of Blush #B14E62

Tints of Blush #B14E62

Color information

#B14E62 (or 0xB14E62) is unknown color: approx Blush. HEX triplet: B1, 4E and 62. RGB value is (177,78,98). Sum of RGB (Red+Green+Blue) = 177+78+98=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E62 is #4EB19D. Grayscale: #6D6D6D. Windows color (decimal): -5157278 or 6442673. OLE color: 6442673.

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

Color convert

RGB1777898-
CMYK00.560.450.31
HSL347.88º38.82%50%-
HSV(B)347.88º55.93%69.41%-
XYZ23.0615.6813.37-
YUV109.88121.3175.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 78 (30.86% from 255) = 22.10%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=50.14%
G=22.10%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177789800.560.450.31347.8838.8250
HexB14E620382D1F15c2732
Octal26111614207055375344762
Binary1011000110011101100010011100010110111111101011100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E62; }

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

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

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

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

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

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

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

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