#B14A58

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

Shades of Hippie Pink #B14A58

Tints of Hippie Pink #B14A58

Color information

#B14A58 (or 0xB14A58) is unknown color: approx Hippie Pink. HEX triplet: B1, 4A and 58. RGB value is (177,74,88). Sum of RGB (Red+Green+Blue) = 177+74+88=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A58 is #4EB5A7. Grayscale: #6A6A6A. Windows color (decimal): -5158312 or 5786289. OLE color: 5786289.

HSL color Cylindrical-coordinate representation of color #B14A58: hue angle of 351.84º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14A58 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1777488-
CMYK00.580.500.31
HSL351.84º41.04%49.22%-
HSV(B)351.84º58.19%69.41%-
XYZ22.3414.9510.94-
YUV106.39117.62178.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=52.21%
G=21.83%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177748800.580.500.31351.8441.0449.22
HexB14A5803A321F1602931
Octal26111213007262375405161
Binary1011000110010101011000011101011001011111101100000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A58; }

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

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

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

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

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

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

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

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