#B54B5C

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

Shades of Hippie Pink #B54B5C

Tints of Hippie Pink #B54B5C

Color information

#B54B5C (or 0xB54B5C) is unknown color: approx Hippie Pink. HEX triplet: B5, 4B and 5C. RGB value is (181,75,92). Sum of RGB (Red+Green+Blue) = 181+75+92=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B5C is #4AB4A3. Grayscale: #6C6C6C. Windows color (decimal): -4895908 or 6048693. OLE color: 6048693.

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

Color convert

RGB1817592-
CMYK00.590.490.29
HSL350.38º41.73%50.2%-
HSV(B)350.38º58.56%70.98%-
XYZ23.515.6311.9-
YUV108.63118.62179.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=52.01%
G=21.55%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181759200.590.490.29350.3841.7350.2
HexB54B5C03B311D15e2a32
Octal26511313407361355365262
Binary1011010110010111011100011101111000111101101011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B5C; }

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

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

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

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

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

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

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

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