#B5465A

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

Shades of Hippie Pink #B5465A

Tints of Hippie Pink #B5465A

Color information

#B5465A (or 0xB5465A) is unknown color: approx Hippie Pink. HEX triplet: B5, 46 and 5A. RGB value is (181,70,90). Sum of RGB (Red+Green+Blue) = 181+70+90=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5465A is #4AB9A5. Grayscale: #696969. Windows color (decimal): -4897190 or 5916341. OLE color: 5916341.

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

Color convert

RGB1817090-
CMYK00.610.500.29
HSL349.19º44.22%49.22%-
HSV(B)349.19º61.33%70.98%-
XYZ23.0914.9411.34-
YUV105.47119.27181.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=53.08%
G=20.53%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181709000.610.500.29349.1944.2249.22
HexB5465A03D321D15d2c31
Octal26510613207562355355461
Binary1011010110001101011010011110111001011101101011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5465A; }

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

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

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

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

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

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

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

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