#B5475C

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

Shades of Hippie Pink #B5475C

Tints of Hippie Pink #B5475C

Color information

#B5475C (or 0xB5475C) is unknown color: approx Hippie Pink. HEX triplet: B5, 47 and 5C. RGB value is (181,71,92). Sum of RGB (Red+Green+Blue) = 181+71+92=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5475C is #4AB8A3. Grayscale: #6A6A6A. Windows color (decimal): -4896932 or 6047669. OLE color: 6047669.

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

Color convert

RGB1817192-
CMYK00.610.490.29
HSL348.55º43.65%49.41%-
HSV(B)348.55º60.77%70.98%-
XYZ23.2415.111.82-
YUV106.28119.94181.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=52.62%
G=20.64%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181719200.610.490.29348.5543.6549.41
HexB5475C03D311D15d2c31
Octal26510713407561355355461
Binary1011010110001111011100011110111000111101101011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5475C; }

 p { color: rgb(181,71,92); }

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

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

 a { background-color: rgb(181,71,92); }

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

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

 span { border-color: rgb(181,71,92); }

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