#B5464C

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

Shades of Hippie Pink #B5464C

Tints of Hippie Pink #B5464C

Color information

#B5464C (or 0xB5464C) is unknown color: approx Hippie Pink. HEX triplet: B5, 46 and 4C. RGB value is (181,70,76). Sum of RGB (Red+Green+Blue) = 181+70+76=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5464C is #4AB9B3. Grayscale: #676767. Windows color (decimal): -4897204 or 4998837. OLE color: 4998837.

HSL color Cylindrical-coordinate representation of color #B5464C: hue angle of 356.76º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5464C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1817076-
CMYK00.610.580.29
HSL356.76º44.22%49.22%-
HSV(B)356.76º61.33%70.98%-
XYZ22.5514.738.49-
YUV103.87112.27183.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=55.35%
G=21.41%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181707600.610.580.29356.7644.2249.22
HexB5464C03D3A1D1652c31
Octal26510611407572355455461
Binary1011010110001101001100011110111101011101101100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5464C; }

 p { color: rgb(181,70,76); }

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

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

 a { background-color: rgb(181,70,76); }

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

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

 span { border-color: rgb(181,70,76); }

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