#B1484D

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

Shades of Hippie Pink #B1484D

Tints of Hippie Pink #B1484D

Color information

#B1484D (or 0xB1484D) is unknown color: approx Hippie Pink. HEX triplet: B1, 48 and 4D. RGB value is (177,72,77). Sum of RGB (Red+Green+Blue) = 177+72+77=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B1484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1484D is #4EB7B2. Grayscale: #686868. Windows color (decimal): -5158835 or 5064881. OLE color: 5064881.

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

Color convert

RGB1777277-
CMYK00.590.560.31
HSL357.14º42.17%48.82%-
HSV(B)357.14º59.32%69.41%-
XYZ21.7914.528.67-
YUV103.96112.79180.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=54.29%
G=22.09%
B=23.62%

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
Decimal177727700.590.560.31357.1442.1748.82
HexB1484D03B381F1652a31
Octal26111011507370375455261
Binary1011000110010001001101011101111100011111101100101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1484D; }

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

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

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

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

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

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

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

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