#B54358

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

Shades of Hippie Pink #B54358

Tints of Hippie Pink #B54358

Color information

#B54358 (or 0xB54358) is unknown color: approx Hippie Pink. HEX triplet: B5, 43 and 58. RGB value is (181,67,88). Sum of RGB (Red+Green+Blue) = 181+67+88=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B54358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54358 is #4ABCA7. Grayscale: #676767. Windows color (decimal): -4897960 or 5784501. OLE color: 5784501.

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

Color convert

RGB1816788-
CMYK00.630.510.29
HSL348.95º45.97%48.63%-
HSV(B)348.95º62.98%70.98%-
XYZ22.8214.5410.84-
YUV103.48119.27183.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=53.87%
G=19.94%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181678800.630.510.29348.9545.9748.63
HexB5435803F331D15d2e31
Octal26510313007763355355661
Binary1011010110000111011000011111111001111101101011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54358; }

 p { color: rgb(181,67,88); }

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

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

 a { background-color: rgb(181,67,88); }

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

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

 span { border-color: rgb(181,67,88); }

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