#B53E59

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

Shades of Hippie Pink #B53E59

Tints of Hippie Pink #B53E59

Color information

#B53E59 (or 0xB53E59) is unknown color: approx Hippie Pink. HEX triplet: B5, 3E and 59. RGB value is (181,62,89). Sum of RGB (Red+Green+Blue) = 181+62+89=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53E59 is #4AC1A6. Grayscale: #646464. Windows color (decimal): -4899239 or 5848757. OLE color: 5848757.

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

Color convert

RGB1816289-
CMYK00.660.510.29
HSL346.39º48.97%47.65%-
HSV(B)346.39º65.75%70.98%-
XYZ22.5813.9910.96-
YUV100.66121.42185.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 62 (24.61% from 255) = 18.67%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=54.52%
G=18.67%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181628900.660.510.29346.3948.9747.65
HexB53E59042331D15a3130
Octal26576131010263355326160
Binary1011010111111010110010100001011001111101101011010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E59; }

 p { color: rgb(181,62,89); }

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

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

 a { background-color: rgb(181,62,89); }

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

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

 span { border-color: rgb(181,62,89); }

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