#B43E57

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

Shades of Hippie Pink #B43E57

Tints of Hippie Pink #B43E57

Color information

#B43E57 (or 0xB43E57) is unknown color: approx Hippie Pink. HEX triplet: B4, 3E and 57. RGB value is (180,62,87). Sum of RGB (Red+Green+Blue) = 180+62+87=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43E57 is #4BC1A8. Grayscale: #646464. Windows color (decimal): -4964777 or 5717684. OLE color: 5717684.

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

Color convert

RGB1806287-
CMYK00.660.520.29
HSL347.29º48.76%47.45%-
HSV(B)347.29º65.56%70.59%-
XYZ22.2713.8410.51-
YUV100.13120.59184.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=54.71%
G=18.84%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180628700.660.520.29347.2948.7647.45
HexB43E57042341D15b312f
Octal26476127010264355336157
Binary1011010011111010101110100001011010011101101011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E57; }

 p { color: rgb(180,62,87); }

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

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

 a { background-color: rgb(180,62,87); }

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

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

 span { border-color: rgb(180,62,87); }

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