#B43F4E

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

Shades of Hippie Pink #B43F4E

Tints of Hippie Pink #B43F4E

Color information

#B43F4E (or 0xB43F4E) is unknown color: approx Hippie Pink. HEX triplet: B4, 3F and 4E. RGB value is (180,63,78). Sum of RGB (Red+Green+Blue) = 180+63+78=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F4E is #4BC0B1. Grayscale: #636363. Windows color (decimal): -4964530 or 5128116. OLE color: 5128116.

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

Color convert

RGB1806378-
CMYK00.650.570.29
HSL352.31º48.15%47.65%-
HSV(B)352.31º65%70.59%-
XYZ21.9813.818.71-
YUV99.69115.76185.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.07%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=56.07%
G=19.63%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180637800.650.570.29352.3148.1547.65
HexB43F4E041391D1603030
Octal26477116010171355406060
Binary1011010011111110011100100000111100111101101100000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F4E; }

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

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

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

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

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

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

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

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