#B54055

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

Shades of Hippie Pink #B54055

Tints of Hippie Pink #B54055

Color information

#B54055 (or 0xB54055) is unknown color: approx Hippie Pink. HEX triplet: B5, 40 and 55. RGB value is (181,64,85). Sum of RGB (Red+Green+Blue) = 181+64+85=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B54055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54055 is #4ABFAA. Grayscale: #656565. Windows color (decimal): -4898731 or 5587125. OLE color: 5587125.

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

Color convert

RGB1816485-
CMYK00.650.530.29
HSL349.23º47.76%48.04%-
HSV(B)349.23º64.64%70.98%-
XYZ22.5314.1510.14-
YUV101.38118.76184.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.85%
GREEN value IS 64 (25.39% from 255) = 19.39%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=54.85%
G=19.39%
B=25.76%

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
Decimal181648500.650.530.29349.2347.7648.04
HexB54055041351D15d3030
Octal265100125010165355356060
Binary10110101100000010101010100000111010111101101011101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54055; }

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

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

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

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

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

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

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

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