#B1575B

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

Shades of Hippie Pink #B1575B

Tints of Hippie Pink #B1575B

Color information

#B1575B (or 0xB1575B) is unknown color: approx Hippie Pink. HEX triplet: B1, 57 and 5B. RGB value is (177,87,91). Sum of RGB (Red+Green+Blue) = 177+87+91=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1575B is #4EA8A4. Grayscale: #727272. Windows color (decimal): -5154981 or 5986225. OLE color: 5986225.

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

Color convert

RGB1778791-
CMYK00.510.490.31
HSL357.33º36.59%51.76%-
HSV(B)357.33º50.85%69.41%-
XYZ23.4316.9211.93-
YUV114.37114.82172.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=49.86%
G=24.51%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177879100.510.490.31357.3336.5951.76
HexB1575B033311F1652534
Octal26112713306361375454564
Binary1011000110101111011011011001111000111111101100101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1575B; }

 p { color: rgb(177,87,91); }

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

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

 a { background-color: rgb(177,87,91); }

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

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

 span { border-color: rgb(177,87,91); }

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