#B43E51

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

Shades of Hippie Pink #B43E51

Tints of Hippie Pink #B43E51

Color information

#B43E51 (or 0xB43E51) is unknown color: approx Hippie Pink. HEX triplet: B4, 3E and 51. RGB value is (180,62,81). Sum of RGB (Red+Green+Blue) = 180+62+81=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43E51 is #4BC1AE. Grayscale: #636363. Windows color (decimal): -4964783 or 5324468. OLE color: 5324468.

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

Color convert

RGB1806281-
CMYK00.660.550.29
HSL350.34º48.76%47.45%-
HSV(B)350.34º65.56%70.59%-
XYZ22.0313.749.28-
YUV99.45117.59185.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=55.73%
G=19.20%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180628100.660.550.29350.3448.7647.45
HexB43E51042371D15e312f
Octal26476121010267355366157
Binary1011010011111010100010100001011011111101101011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E51; }

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

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

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

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

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

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

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

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