#B53F5B

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

Shades of Hippie Pink #B53F5B

Tints of Hippie Pink #B53F5B

Color information

#B53F5B (or 0xB53F5B) is unknown color: approx Hippie Pink. HEX triplet: B5, 3F and 5B. RGB value is (181,63,91). Sum of RGB (Red+Green+Blue) = 181+63+91=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F5B is #4AC0A4. Grayscale: #656565. Windows color (decimal): -4898981 or 5980085. OLE color: 5980085.

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

Color convert

RGB1816391-
CMYK00.650.500.29
HSL345.76º48.36%47.84%-
HSV(B)345.76º65.19%70.98%-
XYZ22.7214.1311.43-
YUV101.47122.09184.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=54.03%
G=18.81%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181639100.650.500.29345.7648.3647.84
HexB53F5B041321D15a3030
Octal26577133010162355326060
Binary1011010111111110110110100000111001011101101011010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53F5B; }

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

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

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

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

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

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

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

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