#B4404C

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

Shades of Hippie Pink #B4404C

Tints of Hippie Pink #B4404C

Color information

#B4404C (or 0xB4404C) is unknown color: approx Hippie Pink. HEX triplet: B4, 40 and 4C. RGB value is (180,64,76). Sum of RGB (Red+Green+Blue) = 180+64+76=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4404C is #4BBFB3. Grayscale: #646464. Windows color (decimal): -4964276 or 4997300. OLE color: 4997300.

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

Color convert

RGB1806476-
CMYK00.640.580.29
HSL353.79º47.54%47.84%-
HSV(B)353.79º64.44%70.59%-
XYZ21.9613.898.36-
YUV100.05114.43185.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=56.25%
G=20%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180647600.640.580.29353.7947.5447.84
HexB4404C0403A1D1623030
Octal264100114010072355426060
Binary10110100100000010011000100000011101011101101100010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4404C; }

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

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

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

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

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

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

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

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