#B1455A

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

Shades of Hippie Pink #B1455A

Tints of Hippie Pink #B1455A

Color information

#B1455A (or 0xB1455A) is unknown color: approx Hippie Pink. HEX triplet: B1, 45 and 5A. RGB value is (177,69,90). Sum of RGB (Red+Green+Blue) = 177+69+90=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1455A is #4EBAA5. Grayscale: #676767. Windows color (decimal): -5159590 or 5916081. OLE color: 5916081.

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

Color convert

RGB1776990-
CMYK00.610.490.31
HSL348.33º43.9%48.24%-
HSV(B)348.33º61.02%69.41%-
XYZ22.1114.3411.28-
YUV103.69120.28180.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=52.68%
G=20.54%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177699000.610.490.31348.3343.948.24
HexB1455A03D311F15c2c30
Octal26110513207561375345460
Binary1011000110001011011010011110111000111111101011100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1455A; }

 p { color: rgb(177,69,90); }

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

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

 a { background-color: rgb(177,69,90); }

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

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

 span { border-color: rgb(177,69,90); }

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