#B4404A

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

Shades of Hippie Pink #B4404A

Tints of Hippie Pink #B4404A

Color information

#B4404A (or 0xB4404A) is unknown color: approx Hippie Pink. HEX triplet: B4, 40 and 4A. RGB value is (180,64,74). Sum of RGB (Red+Green+Blue) = 180+64+74=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B4404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4404A is #4BBFB5. Grayscale: #636363. Windows color (decimal): -4964278 or 4866228. OLE color: 4866228.

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

Color convert

RGB1806474-
CMYK00.640.590.29
HSL354.83º47.54%47.84%-
HSV(B)354.83º64.44%70.59%-
XYZ21.8913.868-
YUV99.82113.43185.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=56.60%
G=20.13%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180647400.640.590.29354.8347.5447.84
HexB4404A0403B1D1633030
Octal264100112010073355436060
Binary10110100100000010010100100000011101111101101100011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4404A; }

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

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

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

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

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

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

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

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