#B14D58

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

Shades of Hippie Pink #B14D58

Tints of Hippie Pink #B14D58

Color information

#B14D58 (or 0xB14D58) is unknown color: approx Hippie Pink. HEX triplet: B1, 4D and 58. RGB value is (177,77,88). Sum of RGB (Red+Green+Blue) = 177+77+88=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D58 is #4EB2A7. Grayscale: #6C6C6C. Windows color (decimal): -5157544 or 5787057. OLE color: 5787057.

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

Color convert

RGB1777788-
CMYK00.560.500.31
HSL353.4º39.37%49.8%-
HSV(B)353.4º56.5%69.41%-
XYZ22.5515.3611.01-
YUV108.15116.63177.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=51.75%
G=22.51%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177778800.560.500.31353.439.3749.8
HexB14D58038321F1612732
Octal26111513007062375414762
Binary1011000110011011011000011100011001011111101100001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D58; }

 p { color: rgb(177,77,88); }

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

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

 a { background-color: rgb(177,77,88); }

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

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

 span { border-color: rgb(177,77,88); }

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