#B43C57

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

Shades of Hippie Pink #B43C57

Tints of Hippie Pink #B43C57

Color information

#B43C57 (or 0xB43C57) is unknown color: approx Hippie Pink. HEX triplet: B4, 3C and 57. RGB value is (180,60,87). Sum of RGB (Red+Green+Blue) = 180+60+87=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43C57 is #4BC3A8. Grayscale: #626262. Windows color (decimal): -4965289 or 5717172. OLE color: 5717172.

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

Color convert

RGB1806087-
CMYK00.670.520.29
HSL346.5º50%47.06%-
HSV(B)346.5º66.67%70.59%-
XYZ22.1613.6210.48-
YUV98.96121.26185.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 87 (34.38% from 255) = 26.61%
R=55.05%
G=18.35%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180608700.670.520.29346.55047.06
HexB43C57043341D15a322f
Octal26474127010364355326257
Binary1011010011110010101110100001111010011101101011010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C57; }

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

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

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

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

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

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

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

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