#B14E65

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

Shades of Blush #B14E65

Tints of Blush #B14E65

Color information

#B14E65 (or 0xB14E65) is unknown color: approx Blush. HEX triplet: B1, 4E and 65. RGB value is (177,78,101). Sum of RGB (Red+Green+Blue) = 177+78+101=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E65 is #4EB19A. Grayscale: #6E6E6E. Windows color (decimal): -5157275 or 6639281. OLE color: 6639281.

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

Color convert

RGB17778101-
CMYK00.560.430.31
HSL346.06º38.82%50%-
HSV(B)346.06º55.93%69.41%-
XYZ23.215.7414.13-
YUV110.22122.8175.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=49.72%
G=21.91%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777810100.560.430.31346.0638.8250
HexB14E650382B1F15a2732
Octal26111614507053375324762
Binary1011000110011101100101011100010101111111101011010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E65; }

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

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

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

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

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

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

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

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