#B44255

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

Shades of Hippie Pink #B44255

Tints of Hippie Pink #B44255

Color information

#B44255 (or 0xB44255) is unknown color: approx Hippie Pink. HEX triplet: B4, 42 and 55. RGB value is (180,66,85). Sum of RGB (Red+Green+Blue) = 180+66+85=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B44255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44255 is #4BBDAA. Grayscale: #666666. Windows color (decimal): -4963755 or 5587636. OLE color: 5587636.

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

Color convert

RGB1806685-
CMYK00.630.530.29
HSL350º46.34%48.24%-
HSV(B)350º63.33%70.59%-
XYZ22.4114.2610.16-
YUV102.25118.27183.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=54.38%
G=19.94%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180668500.630.530.2935046.3448.24
HexB4425503F351D15e2e30
Octal26410212507765355365660
Binary1011010010000101010101011111111010111101101011110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44255; }

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

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

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

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

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

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

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

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