#B5465B

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

Shades of Hippie Pink #B5465B

Tints of Hippie Pink #B5465B

Color information

#B5465B (or 0xB5465B) is unknown color: approx Hippie Pink. HEX triplet: B5, 46 and 5B. RGB value is (181,70,91). Sum of RGB (Red+Green+Blue) = 181+70+91=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5465B is #4AB9A4. Grayscale: #696969. Windows color (decimal): -4897189 or 5981877. OLE color: 5981877.

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

Color convert

RGB1817091-
CMYK00.610.500.29
HSL348.65º44.22%49.22%-
HSV(B)348.65º61.33%70.98%-
XYZ23.1314.9611.57-
YUV105.58119.77181.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=52.92%
G=20.47%
B=26.61%

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
Decimal181709100.610.500.29348.6544.2249.22
HexB5465B03D321D15d2c31
Octal26510613307562355355461
Binary1011010110001101011011011110111001011101101011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5465B; }

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

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

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

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

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

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

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

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