#B1565A

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

Shades of Hippie Pink #B1565A

Tints of Hippie Pink #B1565A

Color information

#B1565A (or 0xB1565A) is unknown color: approx Hippie Pink. HEX triplet: B1, 56 and 5A. RGB value is (177,86,90). Sum of RGB (Red+Green+Blue) = 177+86+90=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1565A is #4EA9A5. Grayscale: #717171. Windows color (decimal): -5155238 or 5920433. OLE color: 5920433.

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

Color convert

RGB1778690-
CMYK00.510.490.31
HSL357.36º36.84%51.57%-
HSV(B)357.36º51.41%69.41%-
XYZ23.316.7411.68-
YUV113.66114.65173.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=50.14%
G=24.36%
B=25.50%

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
Decimal177869000.510.490.31357.3636.8451.57
HexB1565A033311F1652534
Octal26112613206361375454564
Binary1011000110101101011010011001111000111111101100101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1565A; }

 p { color: rgb(177,86,90); }

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

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

 a { background-color: rgb(177,86,90); }

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

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

 span { border-color: rgb(177,86,90); }

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