#b4445e

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

Shades of Hippie Pink #B4445E

Tints of Hippie Pink #B4445E

Color information

#B4445E (or 0xB4445E) is unknown color: approx Hippie Pink. HEX triplet: B4, 44 and 5E. RGB value is (180,68,94). Sum of RGB (Red+Green+Blue) = 180+68+94=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4445E is #4BBBA1. Grayscale: #686868. Windows color (decimal): -4963234 or 6177972. OLE color: 6177972.

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

Color convert

RGB1806894-
CMYK00.620.480.29
HSL346.07º45.16%48.63%-
HSV(B)346.07º62.22%70.59%-
XYZ22.9114.6512.21-
YUV104.45122.11181.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=52.63%
G=19.88%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180689400.620.480.29346.0745.1648.63
HexB4445E03E301D15a2d31
Octal26410413607660355325561
Binary1011010010001001011110011111011000011101101011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4445e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4445e; }

 p { color: rgb(180,68,94); }

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

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

 a { background-color: rgb(180,68,94); }

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

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

 span { border-color: rgb(180,68,94); }

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