#B44156

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

Shades of Hippie Pink #B44156

Tints of Hippie Pink #B44156

Color information

#B44156 (or 0xB44156) is unknown color: approx Hippie Pink. HEX triplet: B4, 41 and 56. RGB value is (180,65,86). Sum of RGB (Red+Green+Blue) = 180+65+86=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B44156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44156 is #4BBEA9. Grayscale: #656565. Windows color (decimal): -4964010 or 5652916. OLE color: 5652916.

HSL color Cylindrical-coordinate representation of color #B44156: hue angle of 349.04º degrees, saturation: 0.47, 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 #B44156 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1806586-
CMYK00.640.520.29
HSL349.04º46.94%48.04%-
HSV(B)349.04º63.89%70.59%-
XYZ22.3914.1610.36-
YUV101.78119.1183.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=54.38%
G=19.64%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180658600.640.520.29349.0446.9448.04
HexB44156040341D15d2f30
Octal264101126010064355355760
Binary10110100100000110101100100000011010011101101011101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44156; }

 p { color: rgb(180,65,86); }

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

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

 a { background-color: rgb(180,65,86); }

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

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

 span { border-color: rgb(180,65,86); }

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