#B44B5C

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

Shades of Hippie Pink #B44B5C

Tints of Hippie Pink #B44B5C

Color information

#B44B5C (or 0xB44B5C) is unknown color: approx Hippie Pink. HEX triplet: B4, 4B and 5C. RGB value is (180,75,92). Sum of RGB (Red+Green+Blue) = 180+75+92=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44B5C is #4BB4A3. Grayscale: #6C6C6C. Windows color (decimal): -4961444 or 6048692. OLE color: 6048692.

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

Color convert

RGB1807592-
CMYK00.580.490.29
HSL350.29º41.18%50%-
HSV(B)350.29º58.33%70.59%-
XYZ23.2715.5111.89-
YUV108.33118.79179.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=51.87%
G=21.61%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180759200.580.490.29350.2941.1850
HexB44B5C03A311D15e2932
Octal26411313407261355365162
Binary1011010010010111011100011101011000111101101011110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B5C; }

 p { color: rgb(180,75,92); }

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

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

 a { background-color: rgb(180,75,92); }

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

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

 span { border-color: rgb(180,75,92); }

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