#B4434C

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

Shades of Hippie Pink #B4434C

Tints of Hippie Pink #B4434C

Color information

#B4434C (or 0xB4434C) is unknown color: approx Hippie Pink. HEX triplet: B4, 43 and 4C. RGB value is (180,67,76). Sum of RGB (Red+Green+Blue) = 180+67+76=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4434C is #4BBCB3. Grayscale: #656565. Windows color (decimal): -4963508 or 4998068. OLE color: 4998068.

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

Color convert

RGB1806776-
CMYK00.630.580.29
HSL355.22º45.75%48.43%-
HSV(B)355.22º62.78%70.59%-
XYZ22.1314.248.42-
YUV101.81113.44183.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 67 (26.56% from 255) = 20.74%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=55.73%
G=20.74%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180677600.630.580.29355.2245.7548.43
HexB4434C03F3A1D1632e30
Octal26410311407772355435660
Binary1011010010000111001100011111111101011101101100011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4434C; }

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

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

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

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

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

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

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

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