#B1545D

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

Shades of Hippie Pink #B1545D

Tints of Hippie Pink #B1545D

Color information

#B1545D (or 0xB1545D) is unknown color: approx Hippie Pink. HEX triplet: B1, 54 and 5D. RGB value is (177,84,93). Sum of RGB (Red+Green+Blue) = 177+84+93=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1545D is #4EABA2. Grayscale: #707070. Windows color (decimal): -5155747 or 6116529. OLE color: 6116529.

HSL color Cylindrical-coordinate representation of color #B1545D: hue angle of 354.19º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1545D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1778493-
CMYK00.530.470.31
HSL354.19º37.35%51.18%-
HSV(B)354.19º52.54%69.41%-
XYZ23.2816.4812.31-
YUV112.83116.81173.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=50%
G=23.73%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177849300.530.470.31354.1937.3551.18
HexB1545D0352F1F1622533
Octal26112413506557375424563
Binary1011000110101001011101011010110111111111101100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1545D; }

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

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

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

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

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

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

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

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