#B14E61

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

Shades of Blush #B14E61

Tints of Blush #B14E61

Color information

#B14E61 (or 0xB14E61) is unknown color: approx Blush. HEX triplet: B1, 4E and 61. RGB value is (177,78,97). Sum of RGB (Red+Green+Blue) = 177+78+97=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E61 is #4EB19E. Grayscale: #6D6D6D. Windows color (decimal): -5157279 or 6377137. OLE color: 6377137.

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

Color convert

RGB1777897-
CMYK00.560.450.31
HSL348.48º38.82%50%-
HSV(B)348.48º55.93%69.41%-
XYZ23.0115.6613.12-
YUV109.77120.8175.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=50.28%
G=22.16%
B=27.56%

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
Decimal177789700.560.450.31348.4838.8250
HexB14E610382D1F15c2732
Octal26111614107055375344762
Binary1011000110011101100001011100010110111111101011100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E61; }

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

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

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

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

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

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

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

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