#B5415B

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

Shades of Hippie Pink #B5415B

Tints of Hippie Pink #B5415B

Color information

#B5415B (or 0xB5415B) is unknown color: approx Hippie Pink. HEX triplet: B5, 41 and 5B. RGB value is (181,65,91). Sum of RGB (Red+Green+Blue) = 181+65+91=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B5415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5415B is #4ABEA4. Grayscale: #666666. Windows color (decimal): -4898469 or 5980597. OLE color: 5980597.

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

Color convert

RGB1816591-
CMYK00.640.500.29
HSL346.55º47.15%48.24%-
HSV(B)346.55º64.09%70.98%-
XYZ22.8314.3611.47-
YUV102.65121.43183.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.71%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=53.71%
G=19.29%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181659100.640.500.29346.5547.1548.24
HexB5415B040321D15b2f30
Octal265101133010062355335760
Binary10110101100000110110110100000011001011101101011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5415B; }

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

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

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

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

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

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

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

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