#B5484C

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

Shades of Hippie Pink #B5484C

Tints of Hippie Pink #B5484C

Color information

#B5484C (or 0xB5484C) is unknown color: approx Hippie Pink. HEX triplet: B5, 48 and 4C. RGB value is (181,72,76). Sum of RGB (Red+Green+Blue) = 181+72+76=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5484C is #4AB7B3. Grayscale: #696969. Windows color (decimal): -4896692 or 4999349. OLE color: 4999349.

HSL color Cylindrical-coordinate representation of color #B5484C: hue angle of 357.8º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5484C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1817276-
CMYK00.600.580.29
HSL357.8º43.08%49.61%-
HSV(B)357.8º60.22%70.98%-
XYZ22.6814.988.53-
YUV105.05111.61182.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 76 (30.08% from 255) = 23.10%
R=55.02%
G=21.88%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181727600.600.580.29357.843.0849.61
HexB5484C03C3A1D1662b32
Octal26511011407472355465362
Binary1011010110010001001100011110011101011101101100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5484C; }

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

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

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

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

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

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

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

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