#b54750

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

Shades of Hippie Pink #B54750

Tints of Hippie Pink #B54750

Color information

#B54750 (or 0xB54750) is unknown color: approx Hippie Pink. HEX triplet: B5, 47 and 50. RGB value is (181,71,80). Sum of RGB (Red+Green+Blue) = 181+71+80=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B54750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54750 is #4AB8AF. Grayscale: #686868. Windows color (decimal): -4896944 or 5261237. OLE color: 5261237.

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

Color convert

RGB1817180-
CMYK00.610.560.29
HSL355.09º43.65%49.41%-
HSV(B)355.09º60.77%70.98%-
XYZ22.7614.919.27-
YUV104.92113.94182.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=54.52%
G=21.39%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181718000.610.560.29355.0943.6549.41
HexB5475003D381D1632c31
Octal26510712007570355435461
Binary1011010110001111010000011110111100011101101100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54750; }

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

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

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

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

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

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

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

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