#B54D5D

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

Shades of Hippie Pink #B54D5D

Tints of Hippie Pink #B54D5D

Color information

#B54D5D (or 0xB54D5D) is unknown color: approx Hippie Pink. HEX triplet: B5, 4D and 5D. RGB value is (181,77,93). Sum of RGB (Red+Green+Blue) = 181+77+93=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D5D is #4AB2A2. Grayscale: #6D6D6D. Windows color (decimal): -4895395 or 6114741. OLE color: 6114741.

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

Color convert

RGB1817793-
CMYK00.570.490.29
HSL350.77º41.27%50.59%-
HSV(B)350.77º57.46%70.98%-
XYZ23.6915.9212.18-
YUV109.92118.46178.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=51.57%
G=21.94%
B=26.50%

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
Decimal181779300.570.490.29350.7741.2750.59
HexB54D5D039311D15f2933
Octal26511513507161355375163
Binary1011010110011011011101011100111000111101101011111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D5D; }

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

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

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

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

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

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

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

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