#B44F5C

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

Shades of Hippie Pink #B44F5C

Tints of Hippie Pink #B44F5C

Color information

#B44F5C (or 0xB44F5C) is unknown color: approx Hippie Pink. HEX triplet: B4, 4F and 5C. RGB value is (180,79,92). Sum of RGB (Red+Green+Blue) = 180+79+92=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44F5C is #4BB0A3. Grayscale: #6E6E6E. Windows color (decimal): -4960420 or 6049716. OLE color: 6049716.

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

Color convert

RGB1807992-
CMYK00.560.490.29
HSL352.28º40.24%50.78%-
HSV(B)352.28º56.11%70.59%-
XYZ23.5516.0711.99-
YUV110.68117.46177.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=51.28%
G=22.51%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180799200.560.490.29352.2840.2450.78
HexB44F5C038311D1602833
Octal26411713407061355405063
Binary1011010010011111011100011100011000111101101100000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F5C; }

 p { color: rgb(180,79,92); }

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

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

 a { background-color: rgb(180,79,92); }

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

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

 span { border-color: rgb(180,79,92); }

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