#B1455D

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

Shades of Hippie Pink #B1455D

Tints of Hippie Pink #B1455D

Color information

#B1455D (or 0xB1455D) is unknown color: approx Hippie Pink. HEX triplet: B1, 45 and 5D. RGB value is (177,69,93). Sum of RGB (Red+Green+Blue) = 177+69+93=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1455D is #4EBAA2. Grayscale: #686868. Windows color (decimal): -5159587 or 6112689. OLE color: 6112689.

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

Color convert

RGB1776993-
CMYK00.610.470.31
HSL346.67º43.9%48.24%-
HSV(B)346.67º61.02%69.41%-
XYZ22.2414.3911.96-
YUV104.03121.78180.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=52.21%
G=20.35%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177699300.610.470.31346.6743.948.24
HexB1455D03D2F1F15b2c30
Octal26110513507557375335460
Binary1011000110001011011101011110110111111111101011011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1455D; }

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

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

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

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

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

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

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

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