#B5434D

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

Shades of Hippie Pink #B5434D

Tints of Hippie Pink #B5434D

Color information

#B5434D (or 0xB5434D) is unknown color: approx Hippie Pink. HEX triplet: B5, 43 and 4D. RGB value is (181,67,77). Sum of RGB (Red+Green+Blue) = 181+67+77=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5434D is #4ABCB2. Grayscale: #666666. Windows color (decimal): -4897971 or 5063605. OLE color: 5063605.

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

Color convert

RGB1816777-
CMYK00.630.570.29
HSL354.74º45.97%48.63%-
HSV(B)354.74º62.98%70.98%-
XYZ22.414.378.61-
YUV102.23113.77184.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=55.69%
G=20.62%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181677700.630.570.29354.7445.9748.63
HexB5434D03F391D1632e31
Octal26510311507771355435661
Binary1011010110000111001101011111111100111101101100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5434D; }

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

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

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

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

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

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

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

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