#B43F53

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

Shades of Hippie Pink #B43F53

Tints of Hippie Pink #B43F53

Color information

#B43F53 (or 0xB43F53) is unknown color: approx Hippie Pink. HEX triplet: B4, 3F and 53. RGB value is (180,63,83). Sum of RGB (Red+Green+Blue) = 180+63+83=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F53 is #4BC0AC. Grayscale: #646464. Windows color (decimal): -4964525 or 5455796. OLE color: 5455796.

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

Color convert

RGB1806383-
CMYK00.650.540.29
HSL349.74º48.15%47.65%-
HSV(B)349.74º65%70.59%-
XYZ22.1613.889.7-
YUV100.26118.26184.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 63 (25% from 255) = 19.33%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=55.21%
G=19.33%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180638300.650.540.29349.7448.1547.65
HexB43F53041361D15e3030
Octal26477123010166355366060
Binary1011010011111110100110100000111011011101101011110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F53; }

 p { color: rgb(180,63,83); }

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

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

 a { background-color: rgb(180,63,83); }

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

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

 span { border-color: rgb(180,63,83); }

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