#B15357

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

Shades of Hippie Pink #B15357

Tints of Hippie Pink #B15357

Color information

#B15357 (or 0xB15357) is unknown color: approx Hippie Pink. HEX triplet: B1, 53 and 57. RGB value is (177,83,87). Sum of RGB (Red+Green+Blue) = 177+83+87=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B15357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15357 is #4EACA8. Grayscale: #6F6F6F. Windows color (decimal): -5156009 or 5723057. OLE color: 5723057.

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

Color convert

RGB1778387-
CMYK00.530.510.31
HSL357.45º37.6%50.98%-
HSV(B)357.45º53.11%69.41%-
XYZ22.9516.2210.94-
YUV111.56114.14174.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=51.01%
G=23.92%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177838700.530.510.31357.4537.650.98
HexB15357035331F1652633
Octal26112312706563375454663
Binary1011000110100111010111011010111001111111101100101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15357; }

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

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

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

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

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

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

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

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