#B1465C

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

Shades of Hippie Pink #B1465C

Tints of Hippie Pink #B1465C

Color information

#B1465C (or 0xB1465C) is unknown color: approx Hippie Pink. HEX triplet: B1, 46 and 5C. RGB value is (177,70,92). Sum of RGB (Red+Green+Blue) = 177+70+92=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1465C is #4EB9A3. Grayscale: #686868. Windows color (decimal): -5159332 or 6047409. OLE color: 6047409.

HSL color Cylindrical-coordinate representation of color #B1465C: hue angle of 347.66º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1465C is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1777092-
CMYK00.600.480.31
HSL347.66º43.32%48.43%-
HSV(B)347.66º60.45%69.41%-
XYZ22.2514.511.75-
YUV104.5120.95179.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=52.21%
G=20.65%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177709200.600.480.31347.6643.3248.43
HexB1465C03C301F15c2b30
Octal26110613407460375345360
Binary1011000110001101011100011110011000011111101011100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1465C; }

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

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

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

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

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

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

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

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