#B5484A

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

Shades of Hippie Pink #B5484A

Tints of Hippie Pink #B5484A

Color information

#B5484A (or 0xB5484A) is unknown color: approx Hippie Pink. HEX triplet: B5, 48 and 4A. RGB value is (181,72,74). Sum of RGB (Red+Green+Blue) = 181+72+74=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5484A is #4AB7B5. Grayscale: #686868. Windows color (decimal): -4896694 or 4868277. OLE color: 4868277.

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

Color convert

RGB1817274-
CMYK00.600.590.29
HSL358.9º43.08%49.61%-
HSV(B)358.9º60.22%70.98%-
XYZ22.6114.958.17-
YUV104.82110.61182.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=55.35%
G=22.02%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181727400.600.590.29358.943.0849.61
HexB5484A03C3B1D1672b32
Octal26511011207473355475362
Binary1011010110010001001010011110011101111101101100111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5484A; }

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

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

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

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

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

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

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

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