#B44D5B

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

Shades of Hippie Pink #B44D5B

Tints of Hippie Pink #B44D5B

Color information

#B44D5B (or 0xB44D5B) is unknown color: approx Hippie Pink. HEX triplet: B4, 4D and 5B. RGB value is (180,77,91). Sum of RGB (Red+Green+Blue) = 180+77+91=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44D5B is #4BB2A4. Grayscale: #6D6D6D. Windows color (decimal): -4960933 or 5983668. OLE color: 5983668.

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

Color convert

RGB1807791-
CMYK00.570.490.29
HSL351.84º40.71%50.39%-
HSV(B)351.84º57.22%70.59%-
XYZ23.3615.7711.71-
YUV109.39117.62178.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=51.72%
G=22.13%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180779100.570.490.29351.8440.7150.39
HexB44D5B039311D1602932
Octal26411513307161355405162
Binary1011010010011011011011011100111000111101101100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D5B; }

 p { color: rgb(180,77,91); }

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

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

 a { background-color: rgb(180,77,91); }

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

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

 span { border-color: rgb(180,77,91); }

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