#B5465C

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

Shades of Hippie Pink #B5465C

Tints of Hippie Pink #B5465C

Color information

#B5465C (or 0xB5465C) is unknown color: approx Hippie Pink. HEX triplet: B5, 46 and 5C. RGB value is (181,70,92). Sum of RGB (Red+Green+Blue) = 181+70+92=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5465C is #4AB9A3. Grayscale: #696969. Windows color (decimal): -4897188 or 6047413. OLE color: 6047413.

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

Color convert

RGB1817092-
CMYK00.610.490.29
HSL348.11º44.22%49.22%-
HSV(B)348.11º61.33%70.98%-
XYZ23.1814.9811.79-
YUV105.7120.27181.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=52.77%
G=20.41%
B=26.82%

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
Decimal181709200.610.490.29348.1144.2249.22
HexB5465C03D311D15c2c31
Octal26510613407561355345461
Binary1011010110001101011100011110111000111101101011100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5465C; }

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

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

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

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

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

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

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

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