#B5464A

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

Shades of Hippie Pink #B5464A

Tints of Hippie Pink #B5464A

Color information

#B5464A (or 0xB5464A) is unknown color: approx Hippie Pink. HEX triplet: B5, 46 and 4A. RGB value is (181,70,74). Sum of RGB (Red+Green+Blue) = 181+70+74=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5464A is #4AB9B5. Grayscale: #676767. Windows color (decimal): -4897206 or 4867765. OLE color: 4867765.

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

Color convert

RGB1817074-
CMYK00.610.590.29
HSL357.84º44.22%49.22%-
HSV(B)357.84º61.33%70.98%-
XYZ22.4814.78.13-
YUV103.65111.27183.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=55.69%
G=21.54%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181707400.610.590.29357.8444.2249.22
HexB5464A03D3B1D1662c31
Octal26510611207573355465461
Binary1011010110001101001010011110111101111101101100110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5464A; }

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

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

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

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

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

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

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

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