#B14E5C

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

Shades of Hippie Pink #B14E5C

Tints of Hippie Pink #B14E5C

Color information

#B14E5C (or 0xB14E5C) is unknown color: approx Hippie Pink. HEX triplet: B1, 4E and 5C. RGB value is (177,78,92). Sum of RGB (Red+Green+Blue) = 177+78+92=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E5C is #4EB1A3. Grayscale: #6D6D6D. Windows color (decimal): -5157284 or 6049457. OLE color: 6049457.

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

Color convert

RGB1777892-
CMYK00.560.480.31
HSL351.52º38.82%50%-
HSV(B)351.52º55.93%69.41%-
XYZ22.7915.5711.93-
YUV109.2118.3176.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=51.01%
G=22.48%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177789200.560.480.31351.5238.8250
HexB14E5C038301F1602732
Octal26111613407060375404762
Binary1011000110011101011100011100011000011111101100000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E5C; }

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

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

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

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

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

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

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

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