#B14E5D

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

Shades of Hippie Pink #B14E5D

Tints of Hippie Pink #B14E5D

Color information

#B14E5D (or 0xB14E5D) is unknown color: approx Hippie Pink. HEX triplet: B1, 4E and 5D. RGB value is (177,78,93). Sum of RGB (Red+Green+Blue) = 177+78+93=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E5D is #4EB1A2. Grayscale: #6D6D6D. Windows color (decimal): -5157283 or 6114993. OLE color: 6114993.

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

Color convert

RGB1777893-
CMYK00.560.470.31
HSL350.91º38.82%50%-
HSV(B)350.91º55.93%69.41%-
XYZ22.8315.5912.16-
YUV109.31118.8176.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=50.86%
G=22.41%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177789300.560.470.31350.9138.8250
HexB14E5D0382F1F15f2732
Octal26111613507057375374762
Binary1011000110011101011101011100010111111111101011111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E5D; }

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

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

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

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

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

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

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

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