#B4465E

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

Shades of Hippie Pink #B4465E

Tints of Hippie Pink #B4465E

Color information

#B4465E (or 0xB4465E) is unknown color: approx Hippie Pink. HEX triplet: B4, 46 and 5E. RGB value is (180,70,94). Sum of RGB (Red+Green+Blue) = 180+70+94=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4465E is #4BB9A1. Grayscale: #696969. Windows color (decimal): -4962722 or 6178484. OLE color: 6178484.

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

Color convert

RGB1807094-
CMYK00.610.480.29
HSL346.91º44%49.02%-
HSV(B)346.91º61.11%70.59%-
XYZ23.0314.8912.25-
YUV105.63121.44181.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=52.33%
G=20.35%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180709400.610.480.29346.914449.02
HexB4465E03D301D15b2c31
Octal26410613607560355335461
Binary1011010010001101011110011110111000011101101011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4465E; }

 p { color: rgb(180,70,94); }

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

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

 a { background-color: rgb(180,70,94); }

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

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

 span { border-color: rgb(180,70,94); }

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