#B43E5C

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

Shades of Hippie Pink #B43E5C

Tints of Hippie Pink #B43E5C

Color information

#B43E5C (or 0xB43E5C) is unknown color: approx Hippie Pink. HEX triplet: B4, 3E and 5C. RGB value is (180,62,92). Sum of RGB (Red+Green+Blue) = 180+62+92=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43E5C is #4BC1A3. Grayscale: #646464. Windows color (decimal): -4964772 or 6045364. OLE color: 6045364.

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

Color convert

RGB1806292-
CMYK00.660.490.29
HSL344.75º48.76%47.45%-
HSV(B)344.75º65.56%70.59%-
XYZ22.4813.9211.63-
YUV100.7123.09184.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=53.89%
G=18.56%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180629200.660.490.29344.7548.7647.45
HexB43E5C042311D159312f
Octal26476134010261355316157
Binary1011010011111010111000100001011000111101101011001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E5C; }

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

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

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

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

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

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

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

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