#B44A4E

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

Shades of Hippie Pink #B44A4E

Tints of Hippie Pink #B44A4E

Color information

#B44A4E (or 0xB44A4E) is unknown color: approx Hippie Pink. HEX triplet: B4, 4A and 4E. RGB value is (180,74,78). Sum of RGB (Red+Green+Blue) = 180+74+78=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44A4E is #4BB5B1. Grayscale: #6A6A6A. Windows color (decimal): -4961714 or 5130932. OLE color: 5130932.

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

Color convert

RGB1807478-
CMYK00.590.570.29
HSL357.74º41.73%49.8%-
HSV(B)357.74º58.89%70.59%-
XYZ22.6515.158.94-
YUV106.15112.12180.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=54.22%
G=22.29%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180747800.590.570.29357.7441.7349.8
HexB44A4E03B391D1662a32
Octal26411211607371355465262
Binary1011010010010101001110011101111100111101101100110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A4E; }

 p { color: rgb(180,74,78); }

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

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

 a { background-color: rgb(180,74,78); }

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

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

 span { border-color: rgb(180,74,78); }

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