#B1494D

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

Shades of Hippie Pink #B1494D

Tints of Hippie Pink #B1494D

Color information

#B1494D (or 0xB1494D) is unknown color: approx Hippie Pink. HEX triplet: B1, 49 and 4D. RGB value is (177,73,77). Sum of RGB (Red+Green+Blue) = 177+73+77=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B1494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1494D is #4EB6B2. Grayscale: #686868. Windows color (decimal): -5158579 or 5065137. OLE color: 5065137.

HSL color Cylindrical-coordinate representation of color #B1494D: hue angle of 357.69º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1494D is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1777377-
CMYK00.590.560.31
HSL357.69º41.6%49.02%-
HSV(B)357.69º58.76%69.41%-
XYZ21.8514.658.7-
YUV104.55112.46179.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=54.13%
G=22.32%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177737700.590.560.31357.6941.649.02
HexB1494D03B381F1662a31
Octal26111111507370375465261
Binary1011000110010011001101011101111100011111101100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1494D; }

 p { color: rgb(177,73,77); }

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

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

 a { background-color: rgb(177,73,77); }

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

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

 span { border-color: rgb(177,73,77); }

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