#B5405D

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

Shades of Hippie Pink #B5405D

Tints of Hippie Pink #B5405D

Color information

#B5405D (or 0xB5405D) is unknown color: approx Hippie Pink. HEX triplet: B5, 40 and 5D. RGB value is (181,64,93). Sum of RGB (Red+Green+Blue) = 181+64+93=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5405D is #4ABFA2. Grayscale: #666666. Windows color (decimal): -4898723 or 6111413. OLE color: 6111413.

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

Color convert

RGB1816493-
CMYK00.650.490.29
HSL345.13º47.76%48.04%-
HSV(B)345.13º64.64%70.98%-
XYZ22.8714.2811.91-
YUV102.29122.76184.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.55%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=53.55%
G=18.93%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181649300.650.490.29345.1347.7648.04
HexB5405D041311D1593030
Octal265100135010161355316060
Binary10110101100000010111010100000111000111101101011001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5405D; }

 p { color: rgb(181,64,93); }

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

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

 a { background-color: rgb(181,64,93); }

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

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

 span { border-color: rgb(181,64,93); }

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