#B1464B

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

Shades of Hippie Pink #B1464B

Tints of Hippie Pink #B1464B

Color information

#B1464B (or 0xB1464B) is unknown color: approx Hippie Pink. HEX triplet: B1, 46 and 4B. RGB value is (177,70,75). Sum of RGB (Red+Green+Blue) = 177+70+75=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1464B is #4EB9B4. Grayscale: #666666. Windows color (decimal): -5159349 or 4933297. OLE color: 4933297.

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

Color convert

RGB1777075-
CMYK00.600.580.31
HSL357.2º43.32%48.43%-
HSV(B)357.2º60.45%69.41%-
XYZ21.5914.248.27-
YUV102.56112.45181.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=54.97%
G=21.74%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177707500.600.580.31357.243.3248.43
HexB1464B03C3A1F1652b30
Octal26110611307472375455360
Binary1011000110001101001011011110011101011111101100101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1464B; }

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

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

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

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

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

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

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

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