#B5415C

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

Shades of Hippie Pink #B5415C

Tints of Hippie Pink #B5415C

Color information

#B5415C (or 0xB5415C) is unknown color: approx Hippie Pink. HEX triplet: B5, 41 and 5C. RGB value is (181,65,92). Sum of RGB (Red+Green+Blue) = 181+65+92=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5415C is #4ABEA3. Grayscale: #666666. Windows color (decimal): -4898468 or 6046133. OLE color: 6046133.

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

Color convert

RGB1816592-
CMYK00.640.490.29
HSL346.03º47.15%48.24%-
HSV(B)346.03º64.09%70.98%-
XYZ22.8814.3811.69-
YUV102.76121.93183.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.55%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=53.55%
G=19.23%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181659200.640.490.29346.0347.1548.24
HexB5415C040311D15a2f30
Octal265101134010061355325760
Binary10110101100000110111000100000011000111101101011010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5415C; }

 p { color: rgb(181,65,92); }

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

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

 a { background-color: rgb(181,65,92); }

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

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

 span { border-color: rgb(181,65,92); }

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