#B15559

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

Shades of Hippie Pink #B15559

Tints of Hippie Pink #B15559

Color information

#B15559 (or 0xB15559) is unknown color: approx Hippie Pink. HEX triplet: B1, 55 and 59. RGB value is (177,85,89). Sum of RGB (Red+Green+Blue) = 177+85+89=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B15559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15559 is #4EAAA6. Grayscale: #717171. Windows color (decimal): -5155495 or 5854641. OLE color: 5854641.

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

Color convert

RGB1778589-
CMYK00.520.500.31
HSL357.39º37.1%51.37%-
HSV(B)357.39º51.98%69.41%-
XYZ23.1816.5711.43-
YUV112.96114.48173.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 89 (35.16% from 255) = 25.36%
R=50.43%
G=24.22%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177858900.520.500.31357.3937.151.37
HexB15559034321F1652533
Octal26112513106462375454563
Binary1011000110101011011001011010011001011111101100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15559; }

 p { color: rgb(177,85,89); }

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

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

 a { background-color: rgb(177,85,89); }

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

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

 span { border-color: rgb(177,85,89); }

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