#B5415D

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

Shades of Hippie Pink #B5415D

Tints of Hippie Pink #B5415D

Color information

#B5415D (or 0xB5415D) is unknown color: approx Hippie Pink. HEX triplet: B5, 41 and 5D. RGB value is (181,65,93). Sum of RGB (Red+Green+Blue) = 181+65+93=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5415D is #4ABEA2. Grayscale: #666666. Windows color (decimal): -4898467 or 6111669. OLE color: 6111669.

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

Color convert

RGB1816593-
CMYK00.640.490.29
HSL345.52º47.15%48.24%-
HSV(B)345.52º64.09%70.98%-
XYZ22.9214.3911.93-
YUV102.88122.43183.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=53.39%
G=19.17%
B=27.43%

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
Decimal181659300.640.490.29345.5247.1548.24
HexB5415D040311D15a2f30
Octal265101135010061355325760
Binary10110101100000110111010100000011000111101101011010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5415D; }

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

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

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

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

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

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

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

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