#B44E5D

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

Shades of Hippie Pink #B44E5D

Tints of Hippie Pink #B44E5D

Color information

#B44E5D (or 0xB44E5D) is unknown color: approx Hippie Pink. HEX triplet: B4, 4E and 5D. RGB value is (180,78,93). Sum of RGB (Red+Green+Blue) = 180+78+93=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E5D is #4BB1A2. Grayscale: #6E6E6E. Windows color (decimal): -4960675 or 6114996. OLE color: 6114996.

HSL color Cylindrical-coordinate representation of color #B44E5D: hue angle of 351.18º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44E5D is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1807893-
CMYK00.570.480.29
HSL351.18º40.48%50.59%-
HSV(B)351.18º56.67%70.59%-
XYZ23.5215.9412.19-
YUV110.21118.29177.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=51.28%
G=22.22%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180789300.570.480.29351.1840.4850.59
HexB44E5D039301D15f2833
Octal26411613507160355375063
Binary1011010010011101011101011100111000011101101011111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E5D; }

 p { color: rgb(180,78,93); }

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

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

 a { background-color: rgb(180,78,93); }

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

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

 span { border-color: rgb(180,78,93); }

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