#B5424C

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

Shades of Hippie Pink #B5424C

Tints of Hippie Pink #B5424C

Color information

#B5424C (or 0xB5424C) is unknown color: approx Hippie Pink. HEX triplet: B5, 42 and 4C. RGB value is (181,66,76). Sum of RGB (Red+Green+Blue) = 181+66+76=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5424C is #4ABDB3. Grayscale: #656565. Windows color (decimal): -4898228 or 4997813. OLE color: 4997813.

HSL color Cylindrical-coordinate representation of color #B5424C: hue angle of 354.78º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5424C is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1816676-
CMYK00.640.580.29
HSL354.78º46.56%48.43%-
HSV(B)354.78º63.54%70.98%-
XYZ22.3114.248.41-
YUV101.52113.6184.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=56.04%
G=20.43%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181667600.640.580.29354.7846.5648.43
HexB5424C0403A1D1632f30
Octal265102114010072355435760
Binary10110101100001010011000100000011101011101101100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5424C; }

 p { color: rgb(181,66,76); }

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

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

 a { background-color: rgb(181,66,76); }

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

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

 span { border-color: rgb(181,66,76); }

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