#B1494E

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

Shades of Hippie Pink #B1494E

Tints of Hippie Pink #B1494E

Color information

#B1494E (or 0xB1494E) is unknown color: approx Hippie Pink. HEX triplet: B1, 49 and 4E. RGB value is (177,73,78). Sum of RGB (Red+Green+Blue) = 177+73+78=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B1494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1494E is #4EB6B1. Grayscale: #686868. Windows color (decimal): -5158578 or 5130673. OLE color: 5130673.

HSL color Cylindrical-coordinate representation of color #B1494E: hue angle of 357.12º 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 #B1494E is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1777378-
CMYK00.590.560.31
HSL357.12º41.6%49.02%-
HSV(B)357.12º58.76%69.41%-
XYZ21.8914.668.88-
YUV104.67112.96179.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.96%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=53.96%
G=22.26%
B=23.78%

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
Decimal177737800.590.560.31357.1241.649.02
HexB1494E03B381F1652a31
Octal26111111607370375455261
Binary1011000110010011001110011101111100011111101100101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1494E; }

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

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

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

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

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

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

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

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