#B44C5A

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

Shades of Hippie Pink #B44C5A

Tints of Hippie Pink #B44C5A

Color information

#B44C5A (or 0xB44C5A) is unknown color: approx Hippie Pink. HEX triplet: B4, 4C and 5A. RGB value is (180,76,90). Sum of RGB (Red+Green+Blue) = 180+76+90=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C5A is #4BB3A5. Grayscale: #6C6C6C. Windows color (decimal): -4961190 or 5917876. OLE color: 5917876.

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

Color convert

RGB1807690-
CMYK00.580.500.29
HSL351.92º40.94%50.2%-
HSV(B)351.92º57.78%70.59%-
XYZ23.2515.6111.46-
YUV108.69117.46178.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=52.02%
G=21.97%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180769000.580.500.29351.9240.9450.2
HexB44C5A03A321D1602932
Octal26411413207262355405162
Binary1011010010011001011010011101011001011101101100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C5A; }

 p { color: rgb(180,76,90); }

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

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

 a { background-color: rgb(180,76,90); }

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

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

 span { border-color: rgb(180,76,90); }

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