#B43F4C

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

Shades of Hippie Pink #B43F4C

Tints of Hippie Pink #B43F4C

Color information

#B43F4C (or 0xB43F4C) is unknown color: approx Hippie Pink. HEX triplet: B4, 3F and 4C. RGB value is (180,63,76). Sum of RGB (Red+Green+Blue) = 180+63+76=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43F4C is #4BC0B3. Grayscale: #636363. Windows color (decimal): -4964532 or 4997044. OLE color: 4997044.

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

Color convert

RGB1806376-
CMYK00.650.580.29
HSL353.33º48.15%47.65%-
HSV(B)353.33º65%70.59%-
XYZ21.913.788.34-
YUV99.46114.76185.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 63 (25% from 255) = 19.75%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=56.43%
G=19.75%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180637600.650.580.29353.3348.1547.65
HexB43F4C0413A1D1613030
Octal26477114010172355416060
Binary1011010011111110011000100000111101011101101100001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F4C; }

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

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

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

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

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

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

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

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