#B14E6C

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

Shades of Blush #B14E6C

Tints of Blush #B14E6C

Color information

#B14E6C (or 0xB14E6C) is unknown color: approx Blush. HEX triplet: B1, 4E and 6C. RGB value is (177,78,108). Sum of RGB (Red+Green+Blue) = 177+78+108=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E6C is #4EB193. Grayscale: #6F6F6F. Windows color (decimal): -5157268 or 7098033. OLE color: 7098033.

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

Color convert

RGB17778108-
CMYK00.560.390.31
HSL341.82º38.82%50%-
HSV(B)341.82º55.93%69.41%-
XYZ23.5615.8816.01-
YUV111.02126.3175.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=48.76%
G=21.49%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777810800.560.390.31341.8238.8250
HexB14E6C038271F1562732
Octal26111615407047375264762
Binary1011000110011101101100011100010011111111101010110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E6C; }

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

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

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

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

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

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

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

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