#B53F55

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

Shades of Hippie Pink #B53F55

Tints of Hippie Pink #B53F55

Color information

#B53F55 (or 0xB53F55) is unknown color: approx Hippie Pink. HEX triplet: B5, 3F and 55. RGB value is (181,63,85). Sum of RGB (Red+Green+Blue) = 181+63+85=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F55 is #4AC0AA. Grayscale: #646464. Windows color (decimal): -4898987 or 5586869. OLE color: 5586869.

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

Color convert

RGB1816385-
CMYK00.650.530.29
HSL348.81º48.36%47.84%-
HSV(B)348.81º65.19%70.98%-
XYZ22.4714.0310.12-
YUV100.79119.09185.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=55.02%
G=19.15%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181638500.650.530.29348.8148.3647.84
HexB53F55041351D15d3030
Octal26577125010165355356060
Binary1011010111111110101010100000111010111101101011101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53F55; }

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

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

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

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

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

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

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

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