#B14E66

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

Shades of Blush #B14E66

Tints of Blush #B14E66

Color information

#B14E66 (or 0xB14E66) is unknown color: approx Blush. HEX triplet: B1, 4E and 66. RGB value is (177,78,102). Sum of RGB (Red+Green+Blue) = 177+78+102=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E66 is #4EB199. Grayscale: #6E6E6E. Windows color (decimal): -5157274 or 6704817. OLE color: 6704817.

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

Color convert

RGB17778102-
CMYK00.560.420.31
HSL345.45º38.82%50%-
HSV(B)345.45º55.93%69.41%-
XYZ23.2515.7614.39-
YUV110.34123.3175.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=49.58%
G=21.85%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777810200.560.420.31345.4538.8250
HexB14E660382A1F1592732
Octal26111614607052375314762
Binary1011000110011101100110011100010101011111101011001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E66; }

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

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

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

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

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

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

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

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