#B14E52

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

Shades of Hippie Pink #B14E52

Tints of Hippie Pink #B14E52

Color information

#B14E52 (or 0xB14E52) is unknown color: approx Hippie Pink. HEX triplet: B1, 4E and 52. RGB value is (177,78,82). Sum of RGB (Red+Green+Blue) = 177+78+82=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E52 is #4EB1AD. Grayscale: #6C6C6C. Windows color (decimal): -5157294 or 5394097. OLE color: 5394097.

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

Color convert

RGB1777882-
CMYK00.560.540.31
HSL357.58º38.82%50%-
HSV(B)357.58º55.93%69.41%-
XYZ22.3815.419.78-
YUV108.06113.3177.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=52.52%
G=23.15%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177788200.560.540.31357.5838.8250
HexB14E52038361F1662732
Octal26111612207066375464762
Binary1011000110011101010010011100011011011111101100110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E52; }

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

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

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

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

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

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

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

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