#B1545E

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

Shades of Hippie Pink #B1545E

Tints of Hippie Pink #B1545E

Color information

#B1545E (or 0xB1545E) is unknown color: approx Hippie Pink. HEX triplet: B1, 54 and 5E. RGB value is (177,84,94). Sum of RGB (Red+Green+Blue) = 177+84+94=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1545E is #4EABA1. Grayscale: #717171. Windows color (decimal): -5155746 or 6182065. OLE color: 6182065.

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

Color convert

RGB1778494-
CMYK00.530.470.31
HSL353.55º37.35%51.18%-
HSV(B)353.55º52.54%69.41%-
XYZ23.3216.512.54-
YUV112.95117.31173.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=49.86%
G=23.66%
B=26.48%

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
Decimal177849400.530.470.31353.5537.3551.18
HexB1545E0352F1F1622533
Octal26112413606557375424563
Binary1011000110101001011110011010110111111111101100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1545E; }

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

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

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

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

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

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

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

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