#B1494B

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

Shades of Hippie Pink #B1494B

Tints of Hippie Pink #B1494B

Color information

#B1494B (or 0xB1494B) is unknown color: approx Hippie Pink. HEX triplet: B1, 49 and 4B. RGB value is (177,73,75). Sum of RGB (Red+Green+Blue) = 177+73+75=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1494B is #4EB6B4. Grayscale: #686868. Windows color (decimal): -5158581 or 4934065. OLE color: 4934065.

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

Color convert

RGB1777375-
CMYK00.590.580.31
HSL358.85º41.6%49.02%-
HSV(B)358.85º58.76%69.41%-
XYZ21.7814.628.33-
YUV104.32111.46179.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=54.46%
G=22.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177737500.590.580.31358.8541.649.02
HexB1494B03B3A1F1672a31
Octal26111111307372375475261
Binary1011000110010011001011011101111101011111101100111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1494B; }

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

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

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

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

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

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

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

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