#B44055

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

Shades of Hippie Pink #B44055

Tints of Hippie Pink #B44055

Color information

#B44055 (or 0xB44055) is unknown color: approx Hippie Pink. HEX triplet: B4, 40 and 55. RGB value is (180,64,85). Sum of RGB (Red+Green+Blue) = 180+64+85=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B44055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44055 is #4BBFAA. Grayscale: #656565. Windows color (decimal): -4964267 or 5587124. OLE color: 5587124.

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

Color convert

RGB1806485-
CMYK00.640.530.29
HSL349.14º47.54%47.84%-
HSV(B)349.14º64.44%70.59%-
XYZ22.314.0310.13-
YUV101.08118.93184.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=54.71%
G=19.45%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180648500.640.530.29349.1447.5447.84
HexB44055040351D15d3030
Octal264100125010065355356060
Binary10110100100000010101010100000011010111101101011101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44055; }

 p { color: rgb(180,64,85); }

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

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

 a { background-color: rgb(180,64,85); }

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

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

 span { border-color: rgb(180,64,85); }

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