#B5475E

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

Shades of Hippie Pink #B5475E

Tints of Hippie Pink #B5475E

Color information

#B5475E (or 0xB5475E) is unknown color: approx Hippie Pink. HEX triplet: B5, 47 and 5E. RGB value is (181,71,94). Sum of RGB (Red+Green+Blue) = 181+71+94=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5475E is #4AB8A1. Grayscale: #6A6A6A. Windows color (decimal): -4896930 or 6178741. OLE color: 6178741.

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

Color convert

RGB1817194-
CMYK00.610.480.29
HSL347.45º43.65%49.41%-
HSV(B)347.45º60.77%70.98%-
XYZ23.3315.1412.28-
YUV106.51120.94181.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=52.31%
G=20.52%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181719400.610.480.29347.4543.6549.41
HexB5475E03D301D15b2c31
Octal26510713607560355335461
Binary1011010110001111011110011110111000011101101011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5475E; }

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

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

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

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

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

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

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

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