#B54755

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

Shades of Hippie Pink #B54755

Tints of Hippie Pink #B54755

Color information

#B54755 (or 0xB54755) is unknown color: approx Hippie Pink. HEX triplet: B5, 47 and 55. RGB value is (181,71,85). Sum of RGB (Red+Green+Blue) = 181+71+85=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B54755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54755 is #4AB8AA. Grayscale: #696969. Windows color (decimal): -4896939 or 5588917. OLE color: 5588917.

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

Color convert

RGB1817185-
CMYK00.610.530.29
HSL352.36º43.65%49.41%-
HSV(B)352.36º60.77%70.98%-
XYZ22.9514.9910.28-
YUV105.49116.44181.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.71%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=53.71%
G=21.07%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181718500.610.530.29352.3643.6549.41
HexB5475503D351D1602c31
Octal26510712507565355405461
Binary1011010110001111010101011110111010111101101100000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54755; }

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

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

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

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

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

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

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

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