#B54D5C

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

Shades of Hippie Pink #B54D5C

Tints of Hippie Pink #B54D5C

Color information

#B54D5C (or 0xB54D5C) is unknown color: approx Hippie Pink. HEX triplet: B5, 4D and 5C. RGB value is (181,77,92). Sum of RGB (Red+Green+Blue) = 181+77+92=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D5C is #4AB2A3. Grayscale: #6D6D6D. Windows color (decimal): -4895396 or 6049205. OLE color: 6049205.

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

Color convert

RGB1817792-
CMYK00.570.490.29
HSL351.35º41.27%50.59%-
HSV(B)351.35º57.46%70.98%-
XYZ23.6415.911.95-
YUV109.81117.96178.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=51.71%
G=22%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181779200.570.490.29351.3541.2750.59
HexB54D5C039311D15f2933
Octal26511513407161355375163
Binary1011010110011011011100011100111000111101101011111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D5C; }

 p { color: rgb(181,77,92); }

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

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

 a { background-color: rgb(181,77,92); }

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

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

 span { border-color: rgb(181,77,92); }

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